summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/newgame.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-03-02 18:36:23 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-03-02 18:36:23 +0000
commit02f124467ef2c4f86de56628fa0ce76f77bc126c (patch)
treeff49a2adbcd6ae613be16a7c4aabe91902163fc0 /crawl-ref/source/newgame.cc
parent52c7e79cd76a5205f72c43da92d9aa1297b1d3d4 (diff)
downloadcrawl-ref-02f124467ef2c4f86de56628fa0ce76f77bc126c.tar.gz
crawl-ref-02f124467ef2c4f86de56628fa0ce76f77bc126c.zip
Clean up.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9313 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/newgame.cc')
-rw-r--r--crawl-ref/source/newgame.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/newgame.cc b/crawl-ref/source/newgame.cc
index 2e63a2e2ff..2345055378 100644
--- a/crawl-ref/source/newgame.cc
+++ b/crawl-ref/source/newgame.cc
@@ -4539,7 +4539,7 @@ wand_done:
// 1 wand of random effects and one chosen lesser wand
const wand_type choice = startwand[keyin - 'a'];
- int ncharges = 15;
+ const int ncharges = 15;
_newgame_make_item(2, EQ_NONE, OBJ_WANDS, WAND_RANDOM_EFFECTS, -1, 1,
ncharges, 0);
_newgame_make_item(3, EQ_NONE, OBJ_WANDS, choice, -1, 1, ncharges, 0);