ZVISION: Passive borders check for tilt and panorama for changelocation

This commit is contained in:
Marisa-Chan 2014-11-12 15:58:35 +06:00
parent 1f0bf5ecf2
commit 418b5f6dd2
3 changed files with 38 additions and 0 deletions

View file

@ -628,6 +628,8 @@ void ScriptManager::do_changeLocation() {
_currentLocation = _nextLocation;
execScope(nodeview);
}
_engine->checkBorders();
}
void ScriptManager::serialize(Common::WriteStream *stream) {