diff options
Diffstat (limited to 'src/actor.h')
-rw-r--r-- | src/actor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/actor.h b/src/actor.h index ec9b44ce3..6a1a18e95 100644 --- a/src/actor.h +++ b/src/actor.h @@ -120,7 +120,7 @@ public: */ virtual void setAlpha(float alpha) = 0; - void setMap(Map *const map); + virtual void setMap(Map *const map); const Map* getMap() const { return mMap; } |