summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/state.h
diff options
context:
space:
mode:
authorJohanna Ploog <j-p-e-g@users.sourceforge.net>2011-01-22 23:46:01 +0100
committerJohanna Ploog <j-p-e-g@users.sourceforge.net>2011-01-23 01:13:23 +0100
commit1a379c4e95fc8138e39d57a8aec62774b546a56e (patch)
tree72011d5f8c32c2a0748d2ad9df72a015d7714755 /crawl-ref/source/state.h
parentf0125bd566401a76be6f39161fd4a5659e008fc4 (diff)
downloadcrawl-ref-1a379c4e95fc8138e39d57a8aec62774b546a56e.tar.gz
crawl-ref-1a379c4e95fc8138e39d57a8aec62774b546a56e.zip
New game state function: game_is_hints_tutorial(), covering both.
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 3530146f8e..af6dcadabe 100644
--- a/crawl-ref/source/state.h
+++ b/crawl-ref/source/state.h
@@ -170,6 +170,7 @@ public:
bool game_is_sprint() const;
bool game_is_zotdef() const;
bool game_is_hints() const;
+ bool game_is_hints_tutorial() const;
// Save subdirectory used for games such as Sprint.
std::string game_type_name() const;