Brought back one old line, just to be sure.
svn-id: r45675
This commit is contained in:
parent
14447f7e01
commit
90eba9310a
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue