aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/xeen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/xeen/xeen.cpp')
-rw-r--r--engines/xeen/xeen.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/xeen/xeen.cpp b/engines/xeen/xeen.cpp
index 7321befb08..948b4154fe 100644
--- a/engines/xeen/xeen.cpp
+++ b/engines/xeen/xeen.cpp
@@ -54,6 +54,7 @@ XeenEngine::XeenEngine(OSystem *syst, const XeenGameDescription *gameDesc)
_falling = false;
_tillMove = false;
_moveMonsters = false;
+ _mode = MODE_0;
}
XeenEngine::~XeenEngine() {
@@ -271,6 +272,7 @@ void XeenEngine::playGame() {
void XeenEngine::play() {
// TODO: Init variables
+ _interface->setup();
_screen->loadBackground("back.raw");
_screen->loadPalette("mm4.pal");
_interface->loadPartyIcons();