summaryrefslogtreecommitdiffstats
path: root/src/game-server/being.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game-server/being.cpp')
-rw-r--r--src/game-server/being.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game-server/being.cpp b/src/game-server/being.cpp
index 1669e55..bbe0782 100644
--- a/src/game-server/being.cpp
+++ b/src/game-server/being.cpp
@@ -35,7 +35,7 @@
#include "utils/logger.h"
#include "utils/speedconv.h"
-Being::Being(ThingType type):
+Being::Being(EntityType type):
Actor(type),
mAction(STAND),
mTarget(NULL),