summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/externs.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/externs.h')
-rw-r--r--crawl-ref/source/externs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/externs.h b/crawl-ref/source/externs.h
index 70fd38a5e1..ed3f164c87 100644
--- a/crawl-ref/source/externs.h
+++ b/crawl-ref/source/externs.h
@@ -1852,8 +1852,7 @@ public:
///////////////////////////////////////////////////////////////////////
// tutorial
- FixedVector<bool, 48> tutorial_events;
-// bool tut_made_note;
+ FixedVector<bool, 50> tutorial_events;
bool tut_explored;
bool tut_stashes;
bool tut_travel;
@@ -1862,6 +1861,7 @@ public:
unsigned int tut_berserk_counter;
unsigned int tut_melee_counter;
unsigned int tut_last_healed;
+ unsigned int tut_seen_invisible;
bool tut_just_triggered;
unsigned int tutorial_type;