From e856d42dbcb4a837ec45d3d1e1548f30ae54ab00 Mon Sep 17 00:00:00 2001 From: Colby Klein Date: Mon, 24 Dec 2012 02:21:11 -0800 Subject: [PATCH] Reloading in the debug menu no longer crashes. I don't know why it was ever set to reset the game - left it commented in case this really breaks something I didn't notice, but now it's actually possible to quickly test different MusicWheel transforms. --- src/ScreenDebugOverlay.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ScreenDebugOverlay.cpp b/src/ScreenDebugOverlay.cpp index c7db4f9964..dde63857b6 100644 --- a/src/ScreenDebugOverlay.cpp +++ b/src/ScreenDebugOverlay.cpp @@ -950,7 +950,7 @@ class DebugLineReloadCurrentScreen : public IDebugLine SCREENMAN->PopAllScreens(); SOUND->StopMusic(); - StepMania::ResetGame(); + //StepMania::ResetGame(); SCREENMAN->SetNewScreen( sScreenName ); IDebugLine::DoAndLog( sMessageOut );