This commit is contained in:
Glenn Maynard
2007-04-25 00:30:30 +00:00
parent 450ed7120b
commit d88d9388f8
5 changed files with 9 additions and 14 deletions
+1 -1
View File
@@ -379,7 +379,7 @@ void ScreenGameplay::Init()
* user doesn't have full control; saving would force profiles to Difficulty_Hard
* and save over their default modifiers every time someone got an extra stage.
* Do this before course modifiers are set up. */
if( !GAMESTATE->IsExtraStage() && !GAMESTATE->IsExtraStage2() )
if( !GAMESTATE->IsAnExtraStage() )
{
FOREACH_HumanPlayer( pn )
GAMESTATE->SaveCurrentSettingsToProfile(pn);