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.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index 1df5512b5a..e563735a17 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -2952,11 +2952,12 @@ enum tutorial_event_type
TUT_MAP_VIEW,
TUT_AUTO_EXPLORE,
TUT_DONE_EXPLORE, // 75
+ TUT_AUTO_EXCLUSION,
TUT_STAIR_BRAND,
TUT_HEAP_BRAND,
TUT_TRAP_BRAND,
- TUT_LOAD_SAVED_GAME,
- TUT_EVENTS_NUM // 80
+ TUT_LOAD_SAVED_GAME, // 80
+ TUT_EVENTS_NUM // 81
};
// NOTE: For numbers higher than 85 change size of tutorial_events in externs.h.