aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/loc.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tony/loc.h')
-rw-r--r--engines/tony/loc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/tony/loc.h b/engines/tony/loc.h
index 4b9a18f406..7085c81dcb 100644
--- a/engines/tony/loc.h
+++ b/engines/tony/loc.h
@@ -353,6 +353,7 @@ public:
// Get binding boxes for a given location
RMBoxLoc *GetBoxes(int nLoc);
+ int GetLocBoxesCount() const { return m_nLocBoxes; }
// Return the box which contains a given point
int WhichBox(int nLoc, const RMPoint &pt);