Jeck - Fixes for how options handle first boot, should resolve trophy room issue (no unlocked set on first boot).

This commit is contained in:
wagic.jeck
2009-12-13 15:00:53 +00:00
parent 61f38b7494
commit b766dd6e4a
5 changed files with 40 additions and 39 deletions

View File

@@ -374,7 +374,7 @@ void GameStateMenu::Update(float dt)
break;
case MENU_STATE_MAJOR_FIRST_TIME :
currentState &= MENU_STATE_MAJOR_MAINMENU;
options.checkProfile(); //Handles building a new deck, if needed.
options.reloadProfile(); //Handles building a new deck, if needed.
break;
case MENU_STATE_MAJOR_MAINMENU :
if (!scrollerSet) fillScroller();