summaryrefslogtreecommitdiffstats
path: root/src/game-server/map.h
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2013-04-25 15:03:40 +0200
committerThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2013-04-25 15:45:47 +0200
commit2ce00c5f8ffb341ee65395d9700ca304851097b9 (patch)
tree6c2b77338d184c1664d82ead304b0f5031660660 /src/game-server/map.h
parent25496f7f506852d669e3c655fa922390a8e4751c (diff)
downloadmanaserv-2ce00c5f8ffb341ee65395d9700ca304851097b9.tar.gz
manaserv-2ce00c5f8ffb341ee65395d9700ca304851097b9.tar.xz
manaserv-2ce00c5f8ffb341ee65395d9700ca304851097b9.zip
Simplified BeingComponent::updateDirection
Same as in the client.
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,