summaryrefslogtreecommitdiff
path: root/src/actor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/actor.cpp')
-rw-r--r--src/actor.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/actor.cpp b/src/actor.cpp
index 095f3d959..150f6042b 100644
--- a/src/actor.cpp
+++ b/src/actor.cpp
@@ -29,7 +29,8 @@
#include "debug.h"
Actor::Actor():
- mMap(nullptr)
+ mMap(nullptr),
+ mYDiff(0)
{}
Actor::~Actor()