summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/externs.h
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2007-03-14 16:48:11 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2007-03-14 16:48:11 +0000
commit0282f209e8d708396f20c99e8b212cfa488aca37 (patch)
tree8a8cb0f6196a24b315bbad36c96c1306e1da8196 /crawl-ref/source/externs.h
parent49aa51c728460641dbe953544464b8135d069406 (diff)
downloadcrawl-ref-0282f209e8d708396f20c99e8b212cfa488aca37.tar.gz
crawl-ref-0282f209e8d708396f20c99e8b212cfa488aca37.zip
Major overhaul of tutorial messages and clean-up of tutorial.cc
I've also hopefully fixed a bug concerning entry vaults during the tutorial. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1038 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/externs.h')
-rw-r--r--crawl-ref/source/externs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/externs.h b/crawl-ref/source/externs.h
index e03b950a8f..f4e4626c87 100644
--- a/crawl-ref/source/externs.h
+++ b/crawl-ref/source/externs.h
@@ -1305,6 +1305,7 @@ public:
unsigned int tut_spell_counter;
unsigned int tut_throw_counter;
unsigned int tut_berserk_counter;
+ unsigned int tut_melee_counter;
unsigned tut_last_healed;
bool tut_just_triggered;