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.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/game-server/object.hpp b/src/game-server/object.hpp
index f50dff4d..92980d02 100644
--- a/src/game-server/object.hpp
+++ b/src/game-server/object.hpp
@@ -51,7 +51,8 @@ class Object : public Thing
*/
Object(int type)
: Thing(type),
- mUpdateFlags(0)
+ mUpdateFlags(0),
+ mPos(Point(0, 0))
{}
/**