fix bugs, for real this time

This commit is contained in:
AJ Kelly
2011-03-09 19:12:15 -06:00
parent 7e99570ddb
commit e890bd446c
3 changed files with 11 additions and 6 deletions
+3 -3
View File
@@ -1041,9 +1041,6 @@ int main(int argc, char* argv[])
GAMESTATE = new GameState;
if( GetCommandlineArgument("dopefish") )
GAMESTATE->m_bDopefish = true;
// This requires PREFSMAN, for PREFSMAN->m_bShowLoadingWindow.
LoadingWindow *pLoadingWindow = LoadingWindow::Create();
if(pLoadingWindow == NULL)
@@ -1073,6 +1070,9 @@ int main(int argc, char* argv[])
CommandLineActions::Handle(pLoadingWindow);
if( GetCommandlineArgument("dopefish") )
GAMESTATE->m_bDopefish = true;
{
/* Now that THEME is loaded, load the icon for the current theme into
* the loading window. */