aboutsummaryrefslogtreecommitdiff
path: root/saga/objectmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'saga/objectmap.h')
-rw-r--r--saga/objectmap.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/saga/objectmap.h b/saga/objectmap.h
index 5fc52b5a3b..2cdf0dcd43 100644
--- a/saga/objectmap.h
+++ b/saga/objectmap.h
@@ -41,7 +41,7 @@ private:
public:
HitZone(MemoryReadStreamEndian *readStream, int index);
~HitZone();
-
+
int getNameIndex() const {
return _nameIndex;
}
@@ -76,11 +76,11 @@ public:
return objectIndexToId(kGameObjectStepZone, _index);
}
bool getSpecialPoint(Point &specialPoint) const;
- void draw(SagaEngine *vm, Surface *ds, int color);
+ void draw(SagaEngine *vm, Surface *ds, int color);
bool hitTest(const Point &testPoint);
private:
- int _flags; // Saga::HitZoneFlags
+ int _flags; // Saga::HitZoneFlags
int _clickAreasCount;
int _rightButtonVerb;
int _nameIndex;