Skip to content
Permalink
Browse files

XEEN: Fix restarting World game after exiting to menu from Dark Side

  • Loading branch information
dreammaster committed Apr 8, 2018
1 parent a46bb11 commit 07fb37ed70794dd42c8ab8895ddc2dffe745a023
Showing with 2 additions and 0 deletions.
  1. +2 −0 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();

0 comments on commit 07fb37e

Please sign in to comment.
You can’t perform that action at this time.