summaryrefslogtreecommitdiffstats
path: root/src/game-server/map.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game-server/map.h')
-rw-r--r--src/game-server/map.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game-server/map.h b/src/game-server/map.h
index 9f058fb..2ade1d7 100644
--- a/src/game-server/map.h
+++ b/src/game-server/map.h
@@ -31,7 +31,7 @@
#include "utils/string.h"
typedef std::list<Point> Path;
-typedef Path::iterator PathIterator;
+
enum BlockType
{
BLOCKTYPE_NONE = -1,