summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-10-31 07:01:23 -0500
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-10-31 07:02:48 -0500
commit916eefc5b83bde64692aa7df0109c51a303ff3bf (patch)
tree8af83437b2f5be84f3fe1422c65696d6ef4a6785 /crawl-ref
parent49a8679145ad4f8574dea02292a18de537787941 (diff)
downloadcrawl-ref-916eefc5b83bde64692aa7df0109c51a303ff3bf.tar.gz
crawl-ref-916eefc5b83bde64692aa7df0109c51a303ff3bf.zip
Add minor cosmetic fix.
Diffstat (limited to 'crawl-ref')
-rw-r--r--crawl-ref/source/debug.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/debug.cc b/crawl-ref/source/debug.cc
index 7fd255e48a..de076ea193 100644
--- a/crawl-ref/source/debug.cc
+++ b/crawl-ref/source/debug.cc
@@ -1485,7 +1485,7 @@ bool get_item_by_name(item_def *item, char* specs,
case OBJ_ARMOUR:
case OBJ_JEWELLERY:
{
- for (int unrand = 0; unrand < NO_UNRANDARTS; unrand++)
+ for (int unrand = 0; unrand < NO_UNRANDARTS; ++unrand)
{
int index = unrand + UNRAND_START;
unrandart_entry* entry = get_unrand_entry(index);