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

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Thu May 4 17:06:16 CEST 2006


Revision: 22353
Author:   fingolfin
Date:     2006-05-04 17:05:38 -0700 (Thu, 04 May 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=22353&view=rev

Log Message:
-----------
Fingolfin just remembered *why* GUI::Actions::init() is called in scummvm_main, but luckily those reasons are gone now, so let's fix this :-)

Modified Paths:
--------------
    scummvm/trunk/base/main.cpp
Modified: scummvm/trunk/base/main.cpp
===================================================================
--- scummvm/trunk/base/main.cpp	2006-05-05 00:03:21 UTC (rev 22352)
+++ scummvm/trunk/base/main.cpp	2006-05-05 00:05:38 UTC (rev 22353)
@@ -328,7 +328,8 @@
 
 #if defined(__SYMBIAN32__) || defined(_WIN32_WCE)
 	// Init keymap support.
-	// FIXME: Fingolfin asks: why is this not in your OSystem::initBackend method???
+	// FIXME: Fingolfin seez: Now that we don't use a detector anymore, this 
+	// could and should be moved to your OSystem::initBackend() method :-)
 	GUI::Actions::init();
 #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