From 41d1e79678c6e2c9a4e204596e0bdef6a61b324a Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Thu, 9 Mar 2006 09:06:46 +0000 Subject: [PATCH] fix course mods carry over to 2nd demonstration screen if 2 SDemonstrations are back to back --- stepmania/src/ScreenDemonstration.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stepmania/src/ScreenDemonstration.cpp b/stepmania/src/ScreenDemonstration.cpp index cff28978af..9ed8a87910 100644 --- a/stepmania/src/ScreenDemonstration.cpp +++ b/stepmania/src/ScreenDemonstration.cpp @@ -24,6 +24,8 @@ ScreenDemonstration::ScreenDemonstration() void ScreenDemonstration::Init() { + GAMESTATE->Reset(); + // Choose a Style { vector v;