diff options
Diffstat (limited to 'engines/tsage/core.cpp')
-rw-r--r-- | engines/tsage/core.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/tsage/core.cpp b/engines/tsage/core.cpp index f06e7f532b..28c0e038a1 100644 --- a/engines/tsage/core.cpp +++ b/engines/tsage/core.cpp @@ -1787,6 +1787,10 @@ void SceneObject::getHorizBounds() { _xe = tempRect.right; } +int SceneObject::getRegionIndex() { + return _globals->_sceneRegions.indexOf(_position); +} + int SceneObject::checkRegion(const Common::Point &pt) { Rect tempRect; int regionIndex = 0; |