From 505fa377142c84d93ced9a405348990c0cbdc078 Mon Sep 17 00:00:00 2001 From: Eugenio Favalli Date: Tue, 30 Aug 2005 16:11:34 +0000 Subject: Added empty sprite and reorganized spriteset, fixed a typo. --- src/gui/sell.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/sell.cpp') diff --git a/src/gui/sell.cpp b/src/gui/sell.cpp index 784f38b6..2684fc2a 100644 --- a/src/gui/sell.cpp +++ b/src/gui/sell.cpp @@ -162,7 +162,7 @@ void SellDialog::addItem(Item *item, int price) item_shop.name = ss.str(); item_shop.price = price; item_shop.index = item->getInvIndex(); - item_shop.id = item->getId();; + item_shop.id = item->getId(); item_shop.quantity = item->getQuantity(); shopInventory.push_back(item_shop); -- cgit v1.2.3-70-g09d2