summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/enum.h')
-rw-r--r--crawl-ref/source/enum.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index d18eea0572..ee45a5efac 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -3056,7 +3056,8 @@ enum montravel_target_type
MTRAV_PATROL, // Travelling to reach the patrol point.
MTRAV_SIREN, // Sirens travelling towards deep water.
MTRAV_WALL, // Earthworms travelling towards a wall.
- MTRAV_UNREACHABLE // Not travelling because target is unreachable.
+ MTRAV_UNREACHABLE, // Not travelling because target is unreachable.
+ MTRAV_KNOWN_UNREACHABLE // As above, and the player knows this.
};
#ifndef USE_TILE