diff options
Diffstat (limited to 'src/being.cpp')
-rw-r--r-- | src/being.cpp | 2 |
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): |