summaryrefslogtreecommitdiff
path: root/src/being.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/being.cpp')
-rw-r--r--src/being.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/being.cpp b/src/being.cpp
index c49834f1..33194e0e 100644
--- a/src/being.cpp
+++ b/src/being.cpp
@@ -22,9 +22,9 @@
#include "being.h"
#include "animatedsprite.h"
+#include "client.h"
#include "configuration.h"
#include "effectmanager.h"
-#include "game.h"
#include "graphics.h"
#include "localplayer.h"
#include "log.h"
@@ -62,7 +62,6 @@
static const int DEFAULT_BEING_WIDTH = 32;
static const int DEFAULT_BEING_HEIGHT = 32;
-extern const int MILLISECONDS_IN_A_TICK;
int Being::mNumberOfHairstyles = 1;