summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRitabrata Das <[email protected]>2026-09-13 12:57:49 +0530
committerRitabrata Das <[email protected]>2026-09-13 12:57:49 +0530
commit3b1647d6f83003fbc2c1be4d98176aafa6c9f664 (patch)
treed018bfa002b3ae81a1787793fc72a1f77e949b30
parentf2208a12475390cf1e683c54e898dec9e5aeea61 (diff)
fixes for public releaseHEADmaster
-rw-r--r--README.txt (renamed from README)0
-rw-r--r--main.cpp1
2 files changed, 0 insertions, 1 deletions
diff --git a/README b/README.txt
index 3b843e8..3b843e8 100644
--- a/README
+++ b/README.txt
diff --git a/main.cpp b/main.cpp
index b2e8c72..a958adb 100644
--- a/main.cpp
+++ b/main.cpp
@@ -20,7 +20,6 @@ namespace {
void drawFrame(GameState& currentGameState) {
UpdateMusicStream(currentGameState.BGMusic);
- printf("%f\n", GetMusicTimePlayed(currentGameState.BGMusic));
// if (GetMusicTimePlayed(g_bgMusic) >= GetMusicTimeLength(g_bgMusic)) {
// SeekMusicStream(g_bgMusic, 0);
// }