summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/state.h
diff options
context:
space:
mode:
authorSamuel Bronson <naesten@gmail.com>2011-10-17 22:37:36 -0400
committerSamuel Bronson <naesten@gmail.com>2011-10-17 22:37:36 -0400
commitcda958f6a7338257524015a6c712a9fded4717ac (patch)
treed68ce7a4ac0006bfbbc33723c3b9c0012d78bd2a /crawl-ref/source/state.h
parent5d73bfa39c70944af694ea9d2eb38cc866ecc2c8 (diff)
downloadcrawl-ref-cda958f6a7338257524015a6c712a9fded4717ac.tar.gz
crawl-ref-cda958f6a7338257524015a6c712a9fded4717ac.zip
Replace {get,set,}_{sprint,tutorial}_map() with crawl_state.map.
Diffstat (limited to 'crawl-ref/source/state.h')
-rw-r--r--crawl-ref/source/state.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/state.h b/crawl-ref/source/state.h
index 5714ab1577..fca6f8d356 100644
--- a/crawl-ref/source/state.h
+++ b/crawl-ref/source/state.h
@@ -70,6 +70,8 @@ struct game_state
std::string sprint_map; // Sprint map set on command line, if any.
+ std::string map; // Map selected in the newgame menu
+
void (*terminal_resize_handler)();
void (*terminal_resize_check)();