summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/state.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-01-11 13:03:13 +0100
committerAdam Borowski <kilobyte@angband.pl>2011-01-11 13:03:13 +0100
commite7c3fa432cecc5eeb49d79109033fd85ee3cad2a (patch)
treefe057b8382c66ffccbd6c6a01ce3286b691c2135 /crawl-ref/source/state.h
parente5001fba77867a842c1b0b192ec6969aab1cf102 (diff)
parentcc071d90f3d21a23526d1f92d055835e3d370d73 (diff)
downloadcrawl-ref-e7c3fa432cecc5eeb49d79109033fd85ee3cad2a.tar.gz
crawl-ref-e7c3fa432cecc5eeb49d79109033fd85ee3cad2a.zip
Merge branch 'master' into unicode
Conflicts galore...
Diffstat (limited to 'crawl-ref/source/state.h')
-rw-r--r--crawl-ref/source/state.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/state.h b/crawl-ref/source/state.h
index df4d3b6e98..e34da51254 100644
--- a/crawl-ref/source/state.h
+++ b/crawl-ref/source/state.h
@@ -56,6 +56,7 @@ struct game_state
bool arena_suspended; // Set if the arena has been temporarily
// suspended.
+ bool dump_maps; // Dump map Lua to stderr on fresh parse.
bool test; // Set if we want to run self-tests and exit.
bool script; // Set if we want to run a Lua script and exit.
bool build_db; // Set if we want to rebuild the db and exit.
@@ -88,6 +89,8 @@ struct game_state
// This is global because the monster pane uses this when
// drawing.
bool mlist_targeting;
+#else
+ bool title_screen;
#endif
// Range beyond which view should be darkend, -1 == disabled.