DRACI: Hero postion in first new room after loading.
This commit is contained in:
parent
4128595360
commit
43e3a58c2c
1 changed files with 4 additions and 0 deletions
|
@ -700,6 +700,10 @@ void Script::newRoom(const Common::Array<int> ¶ms) {
|
|||
return;
|
||||
}
|
||||
|
||||
if(_vm->_game->isPositionLoaded() == true) {
|
||||
_vm->_game->setPositionLoaded(false);
|
||||
}
|
||||
|
||||
int room = params[0] - 1;
|
||||
int gate = params[1] - 1;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue