This commit is contained in:
Glenn Maynard
2003-11-14 20:29:51 +00:00
parent 2b22af1b5d
commit f4f21b1b6e
+2 -1
View File
@@ -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; p<NUM_PLAYERS; p++ )
{
ApplyModifiers( (PlayerNumber)p, THEME->GetMetric( "Common","DefaultModifiers" ) );
ApplyModifiers( (PlayerNumber)p, DEFAULT_MODIFIERS );
ApplyModifiers( (PlayerNumber)p, PREFSMAN->m_sDefaultModifiers );
}