Jeck - Bugfix: repaired set unlocking.

* Checks for unlocked sets /after/ they've finished loading.
This commit is contained in:
wagic.jeck
2009-09-23 20:03:19 +00:00
parent efc47e84d5
commit db8247ddd7
2 changed files with 4 additions and 1 deletions

View File

@@ -324,6 +324,8 @@ void GameStateMenu::Update(float dt)
}else{
currentState = MENU_STATE_MAJOR_FIRST_TIME | MENU_STATE_MINOR_NONE;
}
//Reload list of unlocked sets, now that we know about the sets.
options.reloadProfile();
//List active profile and database size.
PlayerData * playerdata = NEW PlayerData(mParent->collection);