summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/state.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2010-12-12 00:35:20 +0100
committerAdam Borowski <kilobyte@angband.pl>2010-12-12 00:35:20 +0100
commitbc9e9f380e904300572398d676a95e4b359276b7 (patch)
treee04eb3fd59a18099b8bf6fae8effb91a53eb9dbd /crawl-ref/source/state.h
parentbf51478a1c49fbd4bb8806f02b5c162b6e1cebac (diff)
parentdea893dd22a77940713b02c6362c4f1db46e78a7 (diff)
downloadcrawl-ref-bc9e9f380e904300572398d676a95e4b359276b7.tar.gz
crawl-ref-bc9e9f380e904300572398d676a95e4b359276b7.zip
Merge branch 'master' into unicode
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 e20f3f14c0..df4d3b6e98 100644
--- a/crawl-ref/source/state.h
+++ b/crawl-ref/source/state.h
@@ -156,6 +156,7 @@ public:
void dump();
bool player_is_dead() const;
+ bool game_standard_levelgen() const;
bool game_is_normal() const;
bool game_is_tutorial() const;
bool game_is_arena() const;