From 77eea722afe175003baba3ed5341bfbf8cf988f6 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Wed, 19 Sep 2007 13:55:05 +0000 Subject: Modified patch #1738058: "Action recorder". svn-id: r28968 --- engines/saga/saga.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/saga/saga.cpp') diff --git a/engines/saga/saga.cpp b/engines/saga/saga.cpp index c9f4bd4da8..9601eee44c 100644 --- a/engines/saga/saga.cpp +++ b/engines/saga/saga.cpp @@ -28,6 +28,7 @@ #include "common/file.h" #include "common/config-manager.h" #include "common/system.h" +#include "common/events.h" #include "sound/mixer.h" @@ -113,6 +114,7 @@ SagaEngine::SagaEngine(OSystem *syst) } _displayClip.left = _displayClip.top = 0; + syst->getEventManager()->registerRandomSource(_rnd, "saga"); } SagaEngine::~SagaEngine() { -- cgit v1.2.3