summaryrefslogtreecommitdiff
path: root/src/game-server/thing.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game-server/thing.hpp')
-rw-r--r--src/game-server/thing.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game-server/thing.hpp b/src/game-server/thing.hpp
index 2f160d37..3c6b82dc 100644
--- a/src/game-server/thing.hpp
+++ b/src/game-server/thing.hpp
@@ -106,7 +106,7 @@ class Thing
/**
* Sets the map this thing is located on.
*/
- void setMap(MapComposite *map)
+ virtual void setMap(MapComposite *map)
{ mMap = map; }
/**