mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-09 04:16:34 +00:00
XEEN: Fix restarting World game after exiting to menu from Dark Side
This commit is contained in:
parent
a46bb11a3a
commit
07fb37ed70
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user