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

This commit is contained in:
Paul Gilbert 2018-04-08 18:53:59 -04:00
parent a46bb11a3a
commit 07fb37ed70

View File

@ -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();