Handled loading/saving from the map location
svn-id: r45876
This commit is contained in:
parent
5db47f54c3
commit
de6dc9a784
3 changed files with 9 additions and 5 deletions
|
@ -151,7 +151,6 @@ Common::Error loadSavegameData(int saveGameIdx, DraciEngine *vm) {
|
|||
|
||||
// Post-processing
|
||||
vm->_game->scheduleEnteringRoomUsingGate(vm->_game->getRoomNum(), 0);
|
||||
vm->_game->setRoomNum(vm->_game->getPreviousRoomNum());
|
||||
vm->_game->setExitLoop(true);
|
||||
vm->_game->setIsReloaded(true);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue