From f8b152bf5dba91eb8b408b9c7335c1f9062c1b79 Mon Sep 17 00:00:00 2001 From: cuckydev Date: Sat, 19 Jan 2019 21:26:27 -0500 Subject: [PATCH] oops i forgot to undo that test thing --- src/Game.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Game.cpp b/src/Game.cpp index d11cf718..ac7bf351 100644 --- a/src/Game.cpp +++ b/src/Game.cpp @@ -265,7 +265,7 @@ int ModeTitle() ChangeMusic(mus_Safety); break; default: - ChangeMusic(mus_Geothermal);//mus_CaveStory); + ChangeMusic(mus_CaveStory); break; }