aboutsummaryrefslogtreecommitdiff
path: root/engines/lure/res.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2007-09-19 13:55:05 +0000
committerEugene Sandulenko2007-09-19 13:55:05 +0000
commit77eea722afe175003baba3ed5341bfbf8cf988f6 (patch)
treeff95cd001b8929308468d69466623f0c28be476b /engines/lure/res.cpp
parent2254028365cf5f162bd41cf0011b4475ec608f4c (diff)
downloadscummvm-rg350-77eea722afe175003baba3ed5341bfbf8cf988f6.tar.gz
scummvm-rg350-77eea722afe175003baba3ed5341bfbf8cf988f6.tar.bz2
scummvm-rg350-77eea722afe175003baba3ed5341bfbf8cf988f6.zip
Modified patch #1738058: "Action recorder".
svn-id: r28968
Diffstat (limited to 'engines/lure/res.cpp')
-rw-r--r--engines/lure/res.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/lure/res.cpp b/engines/lure/res.cpp
index b0e99b5be5..983afb7357 100644
--- a/engines/lure/res.cpp
+++ b/engines/lure/res.cpp
@@ -28,6 +28,7 @@
#include "lure/scripts.h"
#include "lure/screen.h"
#include "common/endian.h"
+#include "common/events.h"
namespace Lure {
@@ -40,6 +41,7 @@ Resources &Resources::getReference() {
}
Resources::Resources() {
+ g_system->getEventManager()->registerRandomSource(_rnd, "lureResources");
int_resources = this;
reloadData();