From c6270183c29213e7210790aaabc11d4b484c68a2 Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Sat, 19 Aug 2006 09:00:25 +0000 Subject: [PATCH] Read the metric before it is used. --- stepmania/src/GameState.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/stepmania/src/GameState.cpp b/stepmania/src/GameState.cpp index 6868976a75..632b4896da 100644 --- a/stepmania/src/GameState.cpp +++ b/stepmania/src/GameState.cpp @@ -486,6 +486,7 @@ void GameState::BeginStage() ResetStageStatistics(); + ARE_STAGE_MODS_FORCED.Read(); // XXX: where does this belong? if( !ARE_STAGE_MODS_FORCED ) { FOREACH_PlayerNumber( p )