From 815149f22ce217701fdca252be21a00ba1c4706f Mon Sep 17 00:00:00 2001 From: Robert Vollmert Date: Mon, 26 Oct 2009 16:39:05 +0100 Subject: Member renaming in travel_exclude. --- crawl-ref/source/travel.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'crawl-ref/source/travel.h') diff --git a/crawl-ref/source/travel.h b/crawl-ref/source/travel.h index 5a4fa07135..7cf296869d 100644 --- a/crawl-ref/source/travel.h +++ b/crawl-ref/source/travel.h @@ -359,13 +359,13 @@ struct travel_exclude int radius; // exclusion radius los_def los; // los from exclusion centre bool uptodate; // Is los up to date? - bool autoexclude; // Was set automatically. + bool autoex; // Was set automatically. int mon; // Monster around which exclusion is centered. - bool vaultexclude; // Is this exclusion set by a vault? + bool vault; // Is this exclusion set by a vault? travel_exclude(const coord_def &p, int r = LOS_RADIUS, - bool autoexcl = false, int mons = NON_MONSTER, - bool vaultexcl = false); + bool autoex = false, int mons = NON_MONSTER, + bool vault = false); int radius_sq() const; void set_los(); -- cgit v1.2.3-54-g00ecf