From 4241b20f579f5fb2be44cc00d8a2a84bb9f236d3 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Tue, 25 Feb 2003 21:10:07 +0000 Subject: [PATCH] add missing init --- stepmania/src/MusicWheel.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stepmania/src/MusicWheel.cpp b/stepmania/src/MusicWheel.cpp index cd6f0cdbb3..92e9d94614 100644 --- a/stepmania/src/MusicWheel.cpp +++ b/stepmania/src/MusicWheel.cpp @@ -108,7 +108,8 @@ MusicWheel::MusicWheel() m_fPositionOffsetFromSelection = 0; m_iSwitchesLeftInSpinDown = 0; - + m_Moving = 0; + if( GAMESTATE->IsExtraStage() || GAMESTATE->IsExtraStage2() ) { // make the preferred group the group of the last song played.