summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-05-17 00:59:34 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-05-17 00:59:34 +0000
commita08c869de350186368c2b009d0bee00949f77804 (patch)
tree615885873bac1c28bf149188fedb3aa9ce5c1820
parentb9ebec07d5a212aa5042c738031ca0e4393f53e4 (diff)
downloadcrawl-ref-a08c869de350186368c2b009d0bee00949f77804.tar.gz
crawl-ref-a08c869de350186368c2b009d0bee00949f77804.zip
Add minor cosmetic fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9786 c06c8d41-db1a-0410-9941-cceddc491573
-rw-r--r--crawl-ref/source/spl-book.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-book.cc b/crawl-ref/source/spl-book.cc
index 03c0fc1977..5d09f770e0 100644
--- a/crawl-ref/source/spl-book.cc
+++ b/crawl-ref/source/spl-book.cc
@@ -2125,8 +2125,8 @@ static bool _get_weighted_discs(bool completely_random, god_type god,
int disc = 1 << i;
if (god_dislikes_spell_discipline(disc, god))
continue;
- int junk1 = 0, junk2 = 0;
+ int junk1 = 0, junk2 = 0;
std::vector<spell_type> spell_list;
_get_spell_list(spell_list, disc, disc, god, !completely_random,
junk1, junk2, !completely_random);