update comments

This commit is contained in:
Chris Danford
2004-02-04 07:58:02 +00:00
parent 2c00b98d1d
commit 9c7d8a60c2
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -135,6 +135,9 @@ void GameState::Reset()
for( p=0; p<NUM_PLAYERS; p++ )
{
// I can't think of a good reason to have both game-specific
// default mods and theme specific default mods. We should choose
// one or the other. -Chris
ApplyModifiers( (PlayerNumber)p, DEFAULT_MODIFIERS );
ApplyModifiers( (PlayerNumber)p, PREFSMAN->m_sDefaultModifiers );
}