[Scummvm-cvs-logs] SF.net SVN: scummvm:[41516] scummvm/trunk/engines/kyra/kyra_v1.cpp

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Sun Jun 14 16:05:42 CEST 2009


Revision: 41516
          http://scummvm.svn.sourceforge.net/scummvm/?rev=41516&view=rev
Author:   lordhoto
Date:     2009-06-14 14:05:42 +0000 (Sun, 14 Jun 2009)

Log Message:
-----------
Got rid of a needless "getEventManager" call. (Using Engine::_eventMan now instead)

Modified Paths:
--------------
    scummvm/trunk/engines/kyra/kyra_v1.cpp

Modified: scummvm/trunk/engines/kyra/kyra_v1.cpp
===================================================================
--- scummvm/trunk/engines/kyra/kyra_v1.cpp	2009-06-14 13:54:19 UTC (rev 41515)
+++ scummvm/trunk/engines/kyra/kyra_v1.cpp	2009-06-14 14:05:42 UTC (rev 41516)
@@ -81,7 +81,7 @@
 	Common::addDebugChannel(kDebugLevelMovie, "Movie", "Movie debug level");
 	Common::addDebugChannel(kDebugLevelTimer, "Timer", "Timer debug level");
 
-	system->getEventManager()->registerRandomSource(_rnd, "kyra");
+	_eventMan->registerRandomSource(_rnd, "kyra");
 }
 
 ::GUI::Debugger *KyraEngine_v1::getDebugger() {


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