aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/xeen.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2014-12-30 10:22:05 -1000
committerPaul Gilbert2014-12-30 10:22:05 -1000
commit9d6de4da652b2494d37756e9d12f944cddcf18c8 (patch)
treea8a8165f9936a3a9d331ead65a3ebd9a3b5b7725 /engines/xeen/xeen.cpp
parent6a71a9f4d49c20bcebff4b91ccfbfa46e4775f10 (diff)
downloadscummvm-rg350-9d6de4da652b2494d37756e9d12f944cddcf18c8.tar.gz
scummvm-rg350-9d6de4da652b2494d37756e9d12f944cddcf18c8.tar.bz2
scummvm-rg350-9d6de4da652b2494d37756e9d12f944cddcf18c8.zip
XEEN: Implemented cursor display
Diffstat (limited to 'engines/xeen/xeen.cpp')
-rw-r--r--engines/xeen/xeen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/xeen/xeen.cpp b/engines/xeen/xeen.cpp
index f1330f5b0e..5a293636a9 100644
--- a/engines/xeen/xeen.cpp
+++ b/engines/xeen/xeen.cpp
@@ -55,11 +55,11 @@ void XeenEngine::initialize() {
DebugMan.addDebugChannel(kDebugSound, "sound", "Sound and Music handling");
// Create sub-objects of the engine
+ Resources::init(this);
_debugger = new Debugger(this);
_events = new EventsManager(this);
_screen = new Screen(this);
_sound = new SoundManager(this);
- Resources::init(this);
// Set graphics mode
initGraphics(320, 200, false);