summaryrefslogtreecommitdiff
path: root/src/map.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/map.cpp')
-rw-r--r--src/map.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/map.cpp b/src/map.cpp
index 843e9664..436a9c42 100644
--- a/src/map.cpp
+++ b/src/map.cpp
@@ -27,9 +27,6 @@
#include "being.h"
-namespace tmwserv
-{
-
MetaTile::MetaTile():
whichList(0)
@@ -333,5 +330,3 @@ Map::findPath(int startX, int startY, int destX, int destY)
return path;
}
-
-} // namespace tmwserv