mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-17 15:18:11 +00:00
Brought back one old line, just to be sure.
svn-id: r45675
This commit is contained in:
parent
14447f7e01
commit
90eba9310a
@ -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…
Reference in New Issue
Block a user