summaryrefslogtreecommitdiff
path: root/src/beingmanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/beingmanager.cpp')
-rw-r--r--src/beingmanager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/beingmanager.cpp b/src/beingmanager.cpp
index 643d887f..50f937e2 100644
--- a/src/beingmanager.cpp
+++ b/src/beingmanager.cpp
@@ -85,7 +85,7 @@ void BeingManager::setPlayer(LocalPlayer *player)
}
#ifdef TMWSERV_SUPPORT
-Being* BeingManager::createBeing(int id, int type, int subtype)
+Being *BeingManager::createBeing(int id, int type, int subtype)
#else
Being *BeingManager::createBeing(int id, Uint16 job)
#endif