DRACI: Hero postion in first new room after loading.

This commit is contained in:
lukaslw 2014-03-11 16:42:53 +01:00
parent 4128595360
commit 43e3a58c2c

View file

@ -700,6 +700,10 @@ void Script::newRoom(const Common::Array<int> &params) {
return;
}
if(_vm->_game->isPositionLoaded() == true) {
_vm->_game->setPositionLoaded(false);
}
int room = params[0] - 1;
int gate = params[1] - 1;