summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/options.h
diff options
context:
space:
mode:
authorNeil Moore <neil@s-z.org>2014-04-14 02:58:45 -0400
committerNeil Moore <neil@s-z.org>2014-04-14 03:18:12 -0400
commit248eb57cf377b191ebf77f812cc1866aaa404235 (patch)
treeb13c771dce077df6f2935b3d333a173b600ddcc0 /crawl-ref/source/options.h
parentc0ff181526c360bfdb38f025a4ebc5dbdac1aec2 (diff)
downloadcrawl-ref-248eb57cf377b191ebf77f812cc1866aaa404235.tar.gz
crawl-ref-248eb57cf377b191ebf77f812cc1866aaa404235.zip
Fix NOWIZARD compilation (#8369).
The CLua console and --no-save were partially but not completely contained in #ifdef WIZARD. Make them both work without WIZARD.
Diffstat (limited to 'crawl-ref/source/options.h')
-rw-r--r--crawl-ref/source/options.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/options.h b/crawl-ref/source/options.h
index e28063b2b9..dd48b5964d 100644
--- a/crawl-ref/source/options.h
+++ b/crawl-ref/source/options.h
@@ -221,9 +221,9 @@ public:
#ifdef WIZARD
int wiz_mode; // no, never, start in wiz mode
+#endif
vector<string> terp_files; // Lua files to load for luaterp
bool no_save; // don't use persistent save files
-#endif
// internal use only:
int sc_entries; // # of score entries