Brought back one old line, just to be sure.

svn-id: r45675
This commit is contained in:
Robert Špalek 2009-11-04 22:54:14 +00:00
parent 14447f7e01
commit 90eba9310a

View File

@ -152,6 +152,7 @@ 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);
vm->_game->inventoryReload();