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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index 7390fc2308..764f3f2dc5 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -765,7 +765,7 @@ enum description_level_type
enum game_direction_type
{
- GDT_NONE,
+ GDT_GAME_START = 0,
GDT_DESCENDING,
GDT_ASCENDING
};