From 54a744df62043fdc9eea179d42baa9b15281f346 Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Wed, 16 Apr 2008 16:04:02 +0000 Subject: Disallow the Staff of Wucad Mu as a Trog gift. And another of those code cleanups. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4259 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/initfile.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'crawl-ref/source/initfile.cc') diff --git a/crawl-ref/source/initfile.cc b/crawl-ref/source/initfile.cc index 5f5baab92b..05babe80c1 100644 --- a/crawl-ref/source/initfile.cc +++ b/crawl-ref/source/initfile.cc @@ -1593,11 +1593,11 @@ void game_options::read_option_line(const std::string &str, bool runscript) } while (false) #define CURSES_OPTION(_opt) CURSES_OPTION_NAMED(#_opt, _opt) - std::string key = ""; + std::string key = ""; std::string subkey = ""; - std::string field = ""; + std::string field = ""; - bool plus_equal = false; + bool plus_equal = false; bool minus_equal = false; const int first_equals = str.find('='); -- cgit v1.2.3-54-g00ecf