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.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index cdf74670c9..a3b4db2fc8 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -1410,11 +1410,13 @@ enum killer_type // monster_die(), thing_thrown
KILL_DISMISSED // only on new game startup
};
+// This should be in order from the worst flight status to the best.
+// See mons_flies().
enum flight_type
{
FL_NONE = 0,
- FL_FLY,
- FL_LEVITATE
+ FL_LEVITATE,
+ FL_FLY
};
enum level_area_type // you.level_type