summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-05-23 20:48:22 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-05-23 20:48:22 +0000
commit99a2d02f8bedde0f230f404c561a0b5604c64721 (patch)
treea5eb9181725e641183cc057e962134a2d50fdd56
parente25da1bbfc8527037de91255bb017c9910e789b3 (diff)
downloadcrawl-ref-99a2d02f8bedde0f230f404c561a0b5604c64721.tar.gz
crawl-ref-99a2d02f8bedde0f230f404c561a0b5604c64721.zip
Comment fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9806 c06c8d41-db1a-0410-9941-cceddc491573
-rw-r--r--crawl-ref/source/shopping.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/shopping.cc b/crawl-ref/source/shopping.cc
index a93f00eacb..307873610c 100644
--- a/crawl-ref/source/shopping.cc
+++ b/crawl-ref/source/shopping.cc
@@ -864,7 +864,6 @@ unsigned int item_value( item_def item, bool ident )
valued /= 10;
}
- // elf/dwarf
if (get_equip_race(item) == ISFLAG_ELVEN
|| get_equip_race(item) == ISFLAG_DWARVEN)
{
@@ -872,7 +871,6 @@ unsigned int item_value( item_def item, bool ident )
valued /= 10;
}
- // value was "6" but comment read "orc", so I went with comment {dlb}
if (get_equip_race(item) == ISFLAG_ORCISH)
{
valued *= 8;