From 199c923d2a765a84c84c269e31a5da6a193425ae Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 22 Jan 2004 06:59:56 +0000 Subject: [PATCH] oops, forgotton commit --- stepmania/src/ScreenGameplay.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stepmania/src/ScreenGameplay.cpp b/stepmania/src/ScreenGameplay.cpp index b43dc23062..9815efd730 100644 --- a/stepmania/src/ScreenGameplay.cpp +++ b/stepmania/src/ScreenGameplay.cpp @@ -207,6 +207,8 @@ ScreenGameplay::ScreenGameplay( CString sName, bool bDemonstration ) : Screen("S } } + /* Called once per stage (single song or single course). */ + GAMESTATE->BeginStage(); g_CurStageStats.pSong = NULL; // set in LoadNextSong g_CurStageStats.playMode = GAMESTATE->m_PlayMode;