diff --git a/stepmania/src/GameState.cpp b/stepmania/src/GameState.cpp index 5e0998f786..49717b8ff2 100644 --- a/stepmania/src/GameState.cpp +++ b/stepmania/src/GameState.cpp @@ -79,6 +79,7 @@ GameState::GameState() : m_pCurGame = NULL; m_iCoins = 0; m_timeGameStarted.SetZero(); + m_bDemonstrationOrJukebox = false; ReloadCharacters();