[Scummvm-cvs-logs] SF.net SVN: scummvm:[34722] scummvm/trunk/backends/events/default/ default-events.cpp

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Thu Oct 2 19:55:08 CEST 2008


Revision: 34722
          http://scummvm.svn.sourceforge.net/scummvm/?rev=34722&view=rev
Author:   fingolfin
Date:     2008-10-02 17:55:08 +0000 (Thu, 02 Oct 2008)

Log Message:
-----------
Forgot to mention yet another Engine class change: mainMenuDialog -> openMainMenuDialog; and also forgot to commit this related file :/

Modified Paths:
--------------
    scummvm/trunk/backends/events/default/default-events.cpp

Modified: scummvm/trunk/backends/events/default/default-events.cpp
===================================================================
--- scummvm/trunk/backends/events/default/default-events.cpp	2008-10-02 17:52:29 UTC (rev 34721)
+++ scummvm/trunk/backends/events/default/default-events.cpp	2008-10-02 17:55:08 UTC (rev 34722)
@@ -416,7 +416,7 @@
 					// as an event now and open up the GMM itself it would open the
 					// menu twice.
 					if (g_engine && !g_engine->isPaused())
-						g_engine->mainMenuDialog();
+						g_engine->openMainMenuDialog();
 
 					if (_shouldQuit)
 						event.type = Common::EVENT_QUIT;
@@ -460,7 +460,7 @@
 
 		case Common::EVENT_MAINMENU:
 			if (g_engine && !g_engine->isPaused())
-				g_engine->mainMenuDialog();
+				g_engine->openMainMenuDialog();
 
 			if (_shouldQuit)
 				event.type = Common::EVENT_QUIT;


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