summaryrefslogtreecommitdiff
path: root/src/being
diff options
context:
space:
mode:
Diffstat (limited to 'src/being')
-rw-r--r--src/being/actor.cpp2
-rw-r--r--src/being/beingcacheentry.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/being/actor.cpp b/src/being/actor.cpp
index 7ced058d8..54252e80d 100644
--- a/src/being/actor.cpp
+++ b/src/being/actor.cpp
@@ -25,7 +25,7 @@
#include "debug.h"
-Actor::Actor():
+Actor::Actor() :
mMap(nullptr),
mPos(),
mYDiff(0),
diff --git a/src/being/beingcacheentry.h b/src/being/beingcacheentry.h
index c2c9aa513..9ffa2e7ef 100644
--- a/src/being/beingcacheentry.h
+++ b/src/being/beingcacheentry.h
@@ -28,7 +28,7 @@
class BeingCacheEntry final
{
public:
- explicit BeingCacheEntry(const int id):
+ explicit BeingCacheEntry(const int id) :
mName(),
mPartyName(),
mGuildName(),