summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/options.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-11-20 23:53:11 +0100
committerAdam Borowski <kilobyte@angband.pl>2013-11-20 23:54:42 +0100
commit84c9a0c45f414bdada0e3530d9c219dc911b761f (patch)
tree237a9b327d6c33773cc76e0b77dbaf0f0dc12dfc /crawl-ref/source/options.h
parentc13c245893eb48375ef468dddd556576f137bf47 (diff)
downloadcrawl-ref-84c9a0c45f414bdada0e3530d9c219dc911b761f.tar.gz
crawl-ref-84c9a0c45f414bdada0e3530d9c219dc911b761f.zip
Fix cmdline --gdb not working outside of --test and friends.
It can't be stored in the options struct, as it's re-initialized when a game starts, overwriting whatever came from the command line.
Diffstat (limited to 'crawl-ref/source/options.h')
-rw-r--r--crawl-ref/source/options.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/options.h b/crawl-ref/source/options.h
index c5a7e809bf..40ff7093fe 100644
--- a/crawl-ref/source/options.h
+++ b/crawl-ref/source/options.h
@@ -217,7 +217,6 @@ public:
FixedVector<ucs_t, NUM_DCHAR_TYPES> char_table;
int num_colours; // used for setting up curses colour table (8 or 16)
- const char* no_gdb; // reason for not running gdb
#ifdef WIZARD
int wiz_mode; // no, never, start in wiz mode