summaryrefslogtreecommitdiff
path: root/src/being.cpp
diff options
context:
space:
mode:
authorLloyd Bryant <lloyd_bryant@netzero.net>2008-08-17 06:28:13 +0000
committerLloyd Bryant <lloyd_bryant@netzero.net>2008-08-17 06:28:13 +0000
commitd5b86aa54dfa4ddf5b5f2361918c719ba8d0dd18 (patch)
treed1eb473d5d703ac37c7ed4cdcfc52e4caca5aa95 /src/being.cpp
parent68888853bc946a52ca368c5fc859b6709ae0e661 (diff)
downloadmana-client-d5b86aa54dfa4ddf5b5f2361918c719ba8d0dd18.tar.gz
mana-client-d5b86aa54dfa4ddf5b5f2361918c719ba8d0dd18.tar.bz2
mana-client-d5b86aa54dfa4ddf5b5f2361918c719ba8d0dd18.tar.xz
mana-client-d5b86aa54dfa4ddf5b5f2361918c719ba8d0dd18.zip
Fixed crash resulting from having a player targeted when hitting a warp point
Diffstat (limited to 'src/being.cpp')
-rw-r--r--src/being.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/being.cpp b/src/being.cpp
index 822bc647..fd1b67fe 100644
--- a/src/being.cpp
+++ b/src/being.cpp
@@ -33,6 +33,7 @@
#include "map.h"
#include "particle.h"
#include "text.h"
+#include "localplayer.h"
#include "resources/resourcemanager.h"
#include "resources/imageset.h"