[Scummvm-cvs-logs] SF.net SVN: scummvm:[44327] scummvm/trunk/engines/draci/draci.cpp

spalek at users.sourceforge.net spalek at users.sourceforge.net
Fri Sep 25 08:43:34 CEST 2009


Revision: 44327
          http://scummvm.svn.sourceforge.net/scummvm/?rev=44327&view=rev
Author:   spalek
Date:     2009-09-25 06:43:33 +0000 (Fri, 25 Sep 2009)

Log Message:
-----------
Make engines/draci/ compilable after merging from a branch

Modified Paths:
--------------
    scummvm/trunk/engines/draci/draci.cpp

Modified: scummvm/trunk/engines/draci/draci.cpp
===================================================================
--- scummvm/trunk/engines/draci/draci.cpp	2009-09-25 06:22:54 UTC (rev 44326)
+++ scummvm/trunk/engines/draci/draci.cpp	2009-09-25 06:43:33 UTC (rev 44327)
@@ -29,6 +29,7 @@
 #include "common/events.h"
 #include "common/file.h"
 #include "common/keyboard.h"
+#include "common/EventRecorder.h"
 
 #include "graphics/cursorman.h"
 #include "graphics/font.h"
@@ -77,7 +78,7 @@
 	Common::addDebugChannel(kDraciAnimationDebugLevel, "animation", "Animation debug info");
  
 	// Don't forget to register your random source
-	_eventMan->registerRandomSource(_rnd, "draci");
+	g_eventRec.registerRandomSource(_rnd, "draci");
 }
 
 int DraciEngine::init() {


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