From f4f21b1b6e7f30fa6b147d96cc7d070cb898f63e Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Fri, 14 Nov 2003 20:29:51 +0000 Subject: [PATCH] cleanup --- stepmania/src/GameState.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stepmania/src/GameState.cpp b/stepmania/src/GameState.cpp index 76fdc4898d..2d0e5cfa23 100644 --- a/stepmania/src/GameState.cpp +++ b/stepmania/src/GameState.cpp @@ -34,6 +34,7 @@ #include "fstream" #include "Bookkeeper.h" +#define DEFAULT_MODIFIERS THEME->GetMetric( "Common","DefaultModifiers" ) GameState* GAMESTATE = NULL; // global and accessable from anywhere in our program @@ -113,7 +114,7 @@ void GameState::Reset() for( p=0; pGetMetric( "Common","DefaultModifiers" ) ); + ApplyModifiers( (PlayerNumber)p, DEFAULT_MODIFIERS ); ApplyModifiers( (PlayerNumber)p, PREFSMAN->m_sDefaultModifiers ); }