From edd338b229f4c6d6fc0b2aeb7e3bcf412c80071d Mon Sep 17 00:00:00 2001 From: Robert Špalek Date: Fri, 25 Sep 2009 06:43:33 +0000 Subject: Make engines/draci/ compilable after merging from a branch svn-id: r44327 --- engines/draci/draci.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'engines/draci') diff --git a/engines/draci/draci.cpp b/engines/draci/draci.cpp index 134b2a3cfa..9f242261ea 100644 --- a/engines/draci/draci.cpp +++ b/engines/draci/draci.cpp @@ -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 @@ DraciEngine::DraciEngine(OSystem *syst, const ADGameDescription *gameDesc) 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() { -- cgit v1.2.3