summaryrefslogtreecommitdiff
path: root/src/being.cpp
diff options
context:
space:
mode:
authorGuillaume Melquiond <guillaume.melquiond@gmail.com>2006-12-31 17:42:24 +0000
committerGuillaume Melquiond <guillaume.melquiond@gmail.com>2006-12-31 17:42:24 +0000
commit768cf33e1b66994379ac757aae0589bee83a2e7f (patch)
tree73b4b157e6a389da21742f9005ffa507e5ace509 /src/being.cpp
parentf131ed7e4341ef1b1845641a70eb70c5823afe47 (diff)
downloadmana-client-768cf33e1b66994379ac757aae0589bee83a2e7f.tar.gz
mana-client-768cf33e1b66994379ac757aae0589bee83a2e7f.tar.bz2
mana-client-768cf33e1b66994379ac757aae0589bee83a2e7f.tar.xz
mana-client-768cf33e1b66994379ac757aae0589bee83a2e7f.zip
Enumerations do not need out-of-class definitions.
Diffstat (limited to 'src/being.cpp')
-rw-r--r--src/being.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/being.cpp b/src/being.cpp
index abf64c18..1018b8e1 100644
--- a/src/being.cpp
+++ b/src/being.cpp
@@ -47,11 +47,6 @@ 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),