summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-11-09 13:27:57 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-11-09 13:27:57 +0000
commit95c54debdb45b8e204f909f7cc09162f427f95c0 (patch)
tree732638c5b1c2aad8fb937220f74715cbe538e308 /crawl-ref
parent79488d5443f40e9c49c22a2777fdaa0e48fbbce0 (diff)
downloadcrawl-ref-95c54debdb45b8e204f909f7cc09162f427f95c0.tar.gz
crawl-ref-95c54debdb45b8e204f909f7cc09162f427f95c0.zip
Patch 1828418: fixed all weapons being generated badly (dolorous)
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2830 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref')
-rw-r--r--crawl-ref/source/makeitem.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/makeitem.cc b/crawl-ref/source/makeitem.cc
index cad1d54158..5a29cdd7af 100644
--- a/crawl-ref/source/makeitem.cc
+++ b/crawl-ref/source/makeitem.cc
@@ -1492,8 +1492,8 @@ static brand_type determine_weapon_brand(const item_def& item, int item_level)
return rc;
}
-static void generate_weapon_item(item_def& item, int force_type,
- bool allow_uniques, int item_level,
+static void generate_weapon_item(item_def& item, bool allow_uniques,
+ int force_type, int item_level,
int item_race)
{
// Determine weapon type.