summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/state.h
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2010-04-28 12:59:01 +0200
committerRobert Vollmert <rvollmert@gmx.net>2010-04-28 13:20:30 +0200
commit58565c56af4140f3df7a7f046a37fc3357f72f40 (patch)
tree3624cfb930907906ca4bf5bb564a106599ed3905 /crawl-ref/source/state.h
parentfe707db904bc4746f166f38aa3adb54b0e13f0b6 (diff)
downloadcrawl-ref-58565c56af4140f3df7a7f046a37fc3357f72f40.tar.gz
crawl-ref-58565c56af4140f3df7a7f046a37fc3357f72f40.zip
Reenable old tutorial as a hints mode.
It's a new game type GAME_TYPE_HINTS. The hints mode probably needs a bit of updating. Certainly the character selection menu does.
Diffstat (limited to 'crawl-ref/source/state.h')
-rw-r--r--crawl-ref/source/state.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/state.h b/crawl-ref/source/state.h
index a55c8129e1..ae902d861b 100644
--- a/crawl-ref/source/state.h
+++ b/crawl-ref/source/state.h
@@ -159,6 +159,7 @@ public:
bool game_is_tutorial();
bool game_is_arena();
bool game_is_sprint();
+ bool game_is_hints();
friend class mon_acting;
};