Remove bSwitchToLastPlayedGame.

Simplify.
This commit is contained in:
Glenn Maynard
2003-10-08 08:01:41 +00:00
parent 8475d5fbd5
commit 17e0fb52b9
3 changed files with 11 additions and 19 deletions
+1 -1
View File
@@ -793,7 +793,7 @@ int main(int argc, char* argv[])
delete loading_window; // destroy this before init'ing Display
/* XXX: Why do we reload global prefs? PREFSMAN loads them in the ctor. -glenn */
PREFSMAN->ReadGlobalPrefsFromDisk( true );
PREFSMAN->ReadGlobalPrefsFromDisk();
ReadGamePrefsFromDisk();
DISPLAY = CreateDisplay();