From 0ffbbaa33f633bccf3b2a49713eb1cb117ff8a5a Mon Sep 17 00:00:00 2001 From: Ira Rice Date: Thu, 26 Feb 2009 08:24:01 -0700 Subject: Fixed an error in shoplistboxes as identified by Octalot. Signed-off-by: Ira Rice --- src/shopitem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/shopitem.h') diff --git a/src/shopitem.h b/src/shopitem.h index d6226732..18608a94 100644 --- a/src/shopitem.h +++ b/src/shopitem.h @@ -89,7 +89,7 @@ class ShopItem : public Item */ int getCurrentInvIndex() { return mDuplicates.empty() ? mInvIndex : - mDuplicates.top()->inventoryIndex; + mDuplicates.top()->inventoryIndex; } /** -- cgit v1.2.3-60-g2f50