[Scummvm-cvs-logs] SF.net SVN: scummvm: [21568] scummvm/trunk/base/main.cpp

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Sun Apr 2 13:50:01 CEST 2006


Revision: 21568
Author:   fingolfin
Date:     2006-04-02 13:49:03 -0700 (Sun, 02 Apr 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=21568&view=rev

Log Message:
-----------
Process the command line args before passing them to GUI::Actions::init (so that _targetName & _gameid are set)

Modified Paths:
--------------
    scummvm/trunk/base/main.cpp
Modified: scummvm/trunk/base/main.cpp
===================================================================
--- scummvm/trunk/base/main.cpp	2006-04-02 20:44:07 UTC (rev 21567)
+++ scummvm/trunk/base/main.cpp	2006-04-02 20:49:03 UTC (rev 21568)
@@ -308,14 +308,13 @@
 #ifndef _WIN32_WCE
 	GameDetector detector;
 #endif
+	detector.processSettings(settings);
 
 #ifdef __SYMBIAN32__
 	// init keymap support here: we wanna move this somewhere else?
 	GUI::Actions::init(detector);
 #endif
 
-	detector.processSettings(settings);
-
 #ifdef PALMOS_68K
 	ArgsFree(argv);
 #endif


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.





More information about the Scummvm-git-logs mailing list