summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/state.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2010-12-02 14:40:57 +0100
committerAdam Borowski <kilobyte@angband.pl>2010-12-02 14:40:57 +0100
commitbf51478a1c49fbd4bb8806f02b5c162b6e1cebac (patch)
tree7a56addd67d0aab57442292ea539e498000edf12 /crawl-ref/source/state.h
parentebfb02749fc10bd0ed8c358fcf06cd4dde1707c3 (diff)
parent9d8151a73bb9e8cce48d81e76480dc95b3226c2d (diff)
downloadcrawl-ref-bf51478a1c49fbd4bb8806f02b5c162b6e1cebac.tar.gz
crawl-ref-bf51478a1c49fbd4bb8806f02b5c162b6e1cebac.zip
Merge branch 'master' into unicode
Diffstat (limited to 'crawl-ref/source/state.h')
-rw-r--r--crawl-ref/source/state.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/state.h b/crawl-ref/source/state.h
index da249c08f4..e20f3f14c0 100644
--- a/crawl-ref/source/state.h
+++ b/crawl-ref/source/state.h
@@ -160,6 +160,7 @@ public:
bool game_is_tutorial() const;
bool game_is_arena() const;
bool game_is_sprint() const;
+ bool game_is_zotdef() const;
bool game_is_hints() const;
// Save subdirectory used for games such as Sprint.
@@ -217,5 +218,4 @@ private:
monster* mon;
};
-
#endif