summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/travel.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/travel.h')
-rw-r--r--crawl-ref/source/travel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/travel.h b/crawl-ref/source/travel.h
index 7cf296869d..d1c5e55ddd 100644
--- a/crawl-ref/source/travel.h
+++ b/crawl-ref/source/travel.h
@@ -360,11 +360,11 @@ struct travel_exclude
los_def los; // los from exclusion centre
bool uptodate; // Is los up to date?
bool autoex; // Was set automatically.
- int mon; // Monster around which exclusion is centered.
+ monster_type mon; // Monster around which exclusion is centered.
bool vault; // Is this exclusion set by a vault?
travel_exclude(const coord_def &p, int r = LOS_RADIUS,
- bool autoex = false, int mons = NON_MONSTER,
+ bool autoex = false, monster_type mons = NUM_MONSTERS,
bool vault = false);
int radius_sq() const;