aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 8300040c62..f495f48a49 100644
--- a/engines/xeen/xeen.cpp
+++ b/engines/xeen/xeen.cpp
@@ -216,6 +216,8 @@ void XeenEngine::play() {
_party->_mazeDirection = DIR_NORTH;
_party->_mazePosition.x = 25;
_party->_mazePosition.y = 21;
+ } else {
+ _map->_loadCcNum = g_vm->_files->_ccNum;
}
_map->clearMaze();