From 1e9b7c519953c73c6e5ca4ce2169eb674267c115 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 20 Apr 2013 16:40:24 +0300 Subject: fix style in other files. --- src/shopitem.cpp | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'src/shopitem.cpp') diff --git a/src/shopitem.cpp b/src/shopitem.cpp index f1fb42b79..af773bb2a 100644 --- a/src/shopitem.cpp +++ b/src/shopitem.cpp @@ -34,7 +34,9 @@ ShopItem::ShopItem(const int inventoryIndex, const int id, const int quantity, const int price) : Item(id, 0, 0, color), mPrice(price), - mShowQuantity(true) + mDisplayName(), + mShowQuantity(true), + mDuplicates() { if (serverVersion > 0) { @@ -56,7 +58,9 @@ ShopItem::ShopItem(const int inventoryIndex, const int id, ShopItem::ShopItem(const int id, const unsigned char color, const int price) : Item(id, 0, 0, color), mPrice(price), - mShowQuantity(false) + mDisplayName(), + mShowQuantity(false), + mDuplicates() { if (serverVersion > 0) { -- cgit v1.2.3-60-g2f50