summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/state.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-02-03 02:21:55 +0100
committerAdam Borowski <kilobyte@angband.pl>2011-02-03 02:21:55 +0100
commiteb9675ed7f407ee902b7a74fc6241e64d91bcc93 (patch)
treef00bf0f5e2ba60ea5c6e6e848914ee5f3fef4e98 /crawl-ref/source/state.cc
parent60fc05e14bd6e30f7cbb6a55b59fe134b08bc352 (diff)
downloadcrawl-ref-eb9675ed7f407ee902b7a74fc6241e64d91bcc93.tar.gz
crawl-ref-eb9675ed7f407ee902b7a74fc6241e64d91bcc93.zip
Temporarily revert "On game_reset, select the last game type by default on the main screen."
It breaks "./crawl -name foo" and thus CDO. I'm reverting to let people play, let's debug this without hurry. This reverts commit 2b6b37f78b5189b8dfb5a64b155c022ea1c58a53.
Diffstat (limited to 'crawl-ref/source/state.cc')
-rw-r--r--crawl-ref/source/state.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/state.cc b/crawl-ref/source/state.cc
index 81a8ae2d1f..86afb2c368 100644
--- a/crawl-ref/source/state.cc
+++ b/crawl-ref/source/state.cc
@@ -28,7 +28,7 @@ game_state::game_state()
mouse_enabled(false), waiting_for_command(false),
terminal_resized(false), io_inited(false), need_save(false),
saving_game(false), updating_scores(false), seen_hups(0),
- map_stat_gen(false), type(GAME_TYPE_UNSPECIFIED), arena_suspended(false),
+ map_stat_gen(false), type(GAME_TYPE_NORMAL), arena_suspended(false),
dump_maps(false), test(false), script(false), build_db(false),
tests_selected(), unicode_ok(false), show_more_prompt(true),
glyph2strfn(NULL), multibyte_strlen(NULL),