summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tags.cc
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-11-16 11:12:51 +0100
committerRobert Vollmert <rvollmert@gmx.net>2009-11-16 11:12:51 +0100
commite69b18a5d739fd29f6a6e97945177c802eb1a8a3 (patch)
tree78b4b07f349d00b49be4e50f73c897cb4dc45fbe /crawl-ref/source/tags.cc
parent46fc27b8e1dbc79ac16d8343f1dc19d259c1b001 (diff)
downloadcrawl-ref-e69b18a5d739fd29f6a6e97945177c802eb1a8a3.tar.gz
crawl-ref-e69b18a5d739fd29f6a6e97945177c802eb1a8a3.zip
Remove obsolete TAG_MINOR_PATHFIND comment.
Diffstat (limited to 'crawl-ref/source/tags.cc')
-rw-r--r--crawl-ref/source/tags.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/tags.cc b/crawl-ref/source/tags.cc
index 0113bb50a6..0f2baa145c 100644
--- a/crawl-ref/source/tags.cc
+++ b/crawl-ref/source/tags.cc
@@ -1973,7 +1973,6 @@ void marshallMonster(writer &th, const monsters &m)
int help = m.travel_target;
marshallByte(th, help);
- // monster pathfinding (TAG_MINOR_PATHFIND)
marshallShort(th, m.travel_path.size());
for (unsigned int i = 0; i < m.travel_path.size(); i++)
marshallCoord(th, m.travel_path[i]);