summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/initfile.cc
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2006-11-28 10:09:53 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2006-11-28 10:09:53 +0000
commitcca0fc06c3898393b7328041a07941a68d0d50d0 (patch)
treee5b045ec1fb04ca9f0d86b736f77a3ed4a7e6806 /crawl-ref/source/initfile.cc
parent62093e3d1ebb42318a62f6319bf41c330115bfe8 (diff)
downloadcrawl-ref-cca0fc06c3898393b7328041a07941a68d0d50d0.tar.gz
crawl-ref-cca0fc06c3898393b7328041a07941a68d0d50d0.zip
Default lowercase_invocations to true.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@521 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/initfile.cc')
-rw-r--r--crawl-ref/source/initfile.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/initfile.cc b/crawl-ref/source/initfile.cc
index 6b3559c7a3..a9c58da819 100644
--- a/crawl-ref/source/initfile.cc
+++ b/crawl-ref/source/initfile.cc
@@ -618,7 +618,7 @@ void game_options::reset_options()
flush_input[ FLUSH_ON_MESSAGE ] = false;
flush_input[ FLUSH_LUA ] = true;
- lowercase_invocations = false;
+ lowercase_invocations = true;
// Note: These fire options currently match the old behaviour. -- bwr
fire_items_start = 0; // start at slot 'a'