From 768cf33e1b66994379ac757aae0589bee83a2e7f Mon Sep 17 00:00:00 2001 From: Guillaume Melquiond Date: Sun, 31 Dec 2006 17:42:24 +0000 Subject: Enumerations do not need out-of-class definitions. --- src/being.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/being.cpp') 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), -- cgit v1.2.3-60-g2f50