From d99db5b7b663583d5eb26994336e8bb809f00529 Mon Sep 17 00:00:00 2001 From: Ashif Khan Date: Sat, 12 Sep 2026 21:02:32 +0530 Subject: tweaking --- main.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'main.cpp') diff --git a/main.cpp b/main.cpp index 138fbb7..cdd850a 100644 --- a/main.cpp +++ b/main.cpp @@ -29,7 +29,10 @@ void drawFrame(GameState& currentGameState) { float renderScale = currentGameState.renderScale; if (IsDialogRunning(currentGameState)) { + currentGameState.DialogueOnlyInput = true; UpdateDialog(currentGameState); + } else { + currentGameState.DialogueOnlyInput = false; } BeginDrawing(); @@ -120,7 +123,7 @@ int main() { // }; // TODO : Implement Asset Manager // DisableCursor(); - g_bgMusic = LoadMusicStream("../assets/audio/bgm/bg.ogg"); + // g_bgMusic = LoadMusicStream("../assets/audio/bgm/bg.wav"); // PlayMusicStream(g_bgMusic); SetMusicVolume(g_bgMusic, 0.5f); currentGameState.AssetManager.init(); -- cgit v1.2.3