fixed the switch game type bug

This commit is contained in:
Bruno Figueiredo
2002-07-28 16:44:30 +00:00
parent c693634e4d
commit e3ae5f84f5
+2 -1
View File
@@ -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;