summaryrefslogtreecommitdiff
path: root/src/being.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/being.cpp')
-rw-r--r--src/being.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/being.cpp b/src/being.cpp
index 1018b8e1..abf64c18 100644
--- a/src/being.cpp
+++ b/src/being.cpp
@@ -47,6 +47,11 @@ PATH_NODE::PATH_NODE(Uint16 iX, Uint16 iY):
{
}
+const char Being::DOWN;
+const char Being::LEFT;
+const char Being::UP;
+const char Being::RIGHT;
+
Being::Being(Uint16 id, Uint16 job, Map *map):
mJob(job),
mX(0), mY(0),