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.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index af198f9dbd..dbd85320d0 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -2787,12 +2787,12 @@ enum friendly_pickup_type
enum montravel_target_type
{
MTRAV_NONE = 0,
- MTRAV_PLAYER, // Travelling to reach the player.
- MTRAV_PATROL, // Travelling to reach the patrol point.
- MTRAV_UNREACHABLE, // Not travelling because player is unreachable.
- MTRAV_STAIR, // Travelling to reach a stair.
- MTRAV_TRAP, // Travelling to reach a trap.
- MTRAV_SUBMERSIBLE // Travelling to reach a submersible place.
+ MTRAV_PLAYER, // Travelling to reach the player.
+ MTRAV_PATROL, // Travelling to reach the patrol point.
+ MTRAV_UNREACHABLE, // Not travelling because target is unreachable.
+ MTRAV_STAIR, // Travelling to reach a stair.
+ MTRAV_TRAP, // Travelling to reach a trap.
+ MTRAV_SUBMERSIBLE // Travelling to reach a submersible place.
};
#ifdef WIZARD