aboutsummaryrefslogtreecommitdiff
path: root/saga/objectmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'saga/objectmap.h')
-rw-r--r--saga/objectmap.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/saga/objectmap.h b/saga/objectmap.h
index 05b7a59189..ffe3cbbf9a 100644
--- a/saga/objectmap.h
+++ b/saga/objectmap.h
@@ -49,13 +49,16 @@ public:
int getEntranceNumber() const {
return _scriptNumber;
}
+ int getRightButtonVerb() const {
+ return _rightButtonVerb;
+ }
void draw(SURFACE *ds, int color);
bool hitTest(const Point &testPoint);
private:
int _flags; // HitZoneFlags
int _clickAreasCount;
- int _defaultVerb;
+ int _rightButtonVerb;
int _nameNumber;
int _scriptNumber;