summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/state.h
diff options
context:
space:
mode:
authorDarshan Shaligram <dshaligram@users.sourceforge.net>2010-06-29 22:21:33 +0530
committerDarshan Shaligram <dshaligram@users.sourceforge.net>2010-06-29 22:23:19 +0530
commit163b8d4ecf2b3889e51b6dd6a2c68ceb705a2494 (patch)
treee65662a33d18df1a622ae621188e82d496807841 /crawl-ref/source/state.h
parent92410d617bae4fc61c8b90cd31591d2a67a6e5d5 (diff)
downloadcrawl-ref-163b8d4ecf2b3889e51b6dd6a2c68ceb705a2494.tar.gz
crawl-ref-163b8d4ecf2b3889e51b6dd6a2c68ceb705a2494.zip
Add -sprint-map option to allow DGL admin to force the use of a particular Sprint 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 ca0a891d1b..b30baed75e 100644
--- a/crawl-ref/source/state.h
+++ b/crawl-ref/source/state.h
@@ -61,6 +61,8 @@ struct game_state
bool show_more_prompt; // Set to false to disable --more-- prompts.
+ std::string sprint_map; // Sprint map set on command line, if any.
+
std::string (*glyph2strfn)(unsigned glyph);
int (*multibyte_strlen)(const std::string &s);
void (*terminal_resize_handler)();