summaryrefslogtreecommitdiff
path: root/src/game-server/object.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game-server/object.hpp')
-rw-r--r--src/game-server/object.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game-server/object.hpp b/src/game-server/object.hpp
index ed0af356..f50dff4d 100644
--- a/src/game-server/object.hpp
+++ b/src/game-server/object.hpp
@@ -59,7 +59,7 @@ class Object : public Thing
*
* @param p the coordinates.
*/
- void setPosition(const Point &p)
+ virtual void setPosition(const Point &p)
{ mPos = p; }
/**