summaryrefslogtreecommitdiff
path: root/src/being.cpp
diff options
context:
space:
mode:
authorYohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer>2011-12-22 22:52:45 +0100
committerYohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer>2012-01-09 07:05:13 +0100
commit8e0bc98ddf2e2c0810136d39141ee4f3de445131 (patch)
tree9c46d14ef11880d06764802fc78f6c92f39a6ecd /src/being.cpp
parentbb94a1c1906de4b7d71690f15f05f5fe9fbdb444 (diff)
downloadmana-client-8e0bc98ddf2e2c0810136d39141ee4f3de445131.tar.gz
mana-client-8e0bc98ddf2e2c0810136d39141ee4f3de445131.tar.bz2
mana-client-8e0bc98ddf2e2c0810136d39141ee4f3de445131.tar.xz
mana-client-8e0bc98ddf2e2c0810136d39141ee4f3de445131.zip
Spotted some more hard-coded files and paths definitions.
Conflicts: src/actorsprite.cpp
Diffstat (limited to 'src/being.cpp')
-rw-r--r--src/being.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/being.cpp b/src/being.cpp
index 04cd6719..2747b87d 100644
--- a/src/being.cpp
+++ b/src/being.cpp
@@ -66,8 +66,6 @@
#include <cassert>
#include <cmath>
-#define HAIR_FILE "hair.xml"
-
int Being::mNumberOfHairstyles = 1;
Being::Being(int id, Type type, int subtype, Map *map):