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.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index 74041dab06..bb9ef9ad5f 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -1728,6 +1728,13 @@ enum launch_retval
LRET_THROWN
};
+enum flight_type
+{
+ FL_NONE = 0,
+ FL_FLY,
+ FL_LEVITATE
+};
+
enum level_area_type // you.level_type
{
LEVEL_DUNGEON, // 0