XEEN: Fix loading Dark Side savegames from WOX menu

This commit is contained in:
Paul Gilbert 2018-04-10 20:26:52 -04:00
parent 8ccb7c5249
commit 5d6dbf7858

View File

@ -219,8 +219,6 @@ void XeenEngine::play() {
_party->_mazeDirection = DIR_NORTH;
_party->_mazePosition.x = 25;
_party->_mazePosition.y = 21;
} else {
_map->_loadCcNum = g_vm->_files->_ccNum;
}
_map->clearMaze();