summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/travel.cc
diff options
context:
space:
mode:
authorpauldubois <pauldubois@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-10 07:19:24 +0000
committerpauldubois <pauldubois@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-10 07:19:24 +0000
commit361c56d9be596f5ed726015c24e847f98c6e75fb (patch)
treea3b13d30ba75a165bb5271181c9fc4fd6fb6d9d8 /crawl-ref/source/travel.cc
parent6b30618d321c3a9521d9fcb1f01b023cbd4acae4 (diff)
downloadcrawl-ref-361c56d9be596f5ed726015c24e847f98c6e75fb.tar.gz
crawl-ref-361c56d9be596f5ed726015c24e847f98c6e75fb.zip
Two more instances of static members that already have vaguely
linked definitions. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3577 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/travel.cc')
-rw-r--r--crawl-ref/source/travel.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/crawl-ref/source/travel.cc b/crawl-ref/source/travel.cc
index fc612ac569..d43b3a49f2 100644
--- a/crawl-ref/source/travel.cc
+++ b/crawl-ref/source/travel.cc
@@ -1330,8 +1330,9 @@ static void fill_exclude_radius(const travel_exclude &exc)
FixedVector<coord_def, GXM * GYM> travel_pathfind::circumference[2];
-const int travel_pathfind::UNFOUND_DIST;
-const int travel_pathfind::INFINITE_DIST;
+// already defined in header
+// const int travel_pathfind::UNFOUND_DIST;
+// const int travel_pathfind::INFINITE_DIST;
travel_pathfind::travel_pathfind()
: runmode(RMODE_NOT_RUNNING), start(), dest(), next_travel_move(),