From e3ae5f84f541db8a669ef9e3d29f8ce025f6fdaa Mon Sep 17 00:00:00 2001 From: Bruno Figueiredo Date: Sun, 28 Jul 2002 16:44:30 +0000 Subject: [PATCH] fixed the switch game type bug --- stepmania/src/GameState.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stepmania/src/GameState.cpp b/stepmania/src/GameState.cpp index 58173bb452..fd9f417dd9 100644 --- a/stepmania/src/GameState.cpp +++ b/stepmania/src/GameState.cpp @@ -42,7 +42,8 @@ void GameState::Reset() m_aGameplayStatistics.RemoveAll(); - m_CurGame = GAME_DANCE; + // But we just changed to our brand new style !! (ez2 or smth) + // m_CurGame = GAME_DANCE; m_CurStyle = STYLE_NONE; m_MasterPlayerNumber = PLAYER_INVALID;