Handled loading/saving from the map location

svn-id: r45876
This commit is contained in:
Robert Špalek 2009-11-12 23:33:22 +00:00
parent 5db47f54c3
commit de6dc9a784
3 changed files with 9 additions and 5 deletions

View file

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