aboutsummaryrefslogtreecommitdiff
path: root/saga/objectmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'saga/objectmap.h')
-rw-r--r--saga/objectmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/saga/objectmap.h b/saga/objectmap.h
index f78ac0c437..5fc52b5a3b 100644
--- a/saga/objectmap.h
+++ b/saga/objectmap.h
@@ -76,7 +76,7 @@ public:
return objectIndexToId(kGameObjectStepZone, _index);
}
bool getSpecialPoint(Point &specialPoint) const;
- void draw(Surface *ds, int color);
+ void draw(SagaEngine *vm, Surface *ds, int color);
bool hitTest(const Point &testPoint);
private: