summaryrefslogtreecommitdiff
path: root/src/shopitem.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-04-20 16:40:24 +0300
committerAndrei Karas <akaras@inbox.ru>2013-04-20 16:40:24 +0300
commit1e9b7c519953c73c6e5ca4ce2169eb674267c115 (patch)
tree5e331bef424935c0f6d2a2291eb189cd50f68a3d /src/shopitem.cpp
parentc63923c39572655f3d8e826b0fb2fd3ed253ae7f (diff)
downloadplus-1e9b7c519953c73c6e5ca4ce2169eb674267c115.tar.gz
plus-1e9b7c519953c73c6e5ca4ce2169eb674267c115.tar.bz2
plus-1e9b7c519953c73c6e5ca4ce2169eb674267c115.tar.xz
plus-1e9b7c519953c73c6e5ca4ce2169eb674267c115.zip
fix style in other files.
Diffstat (limited to 'src/shopitem.cpp')
-rw-r--r--src/shopitem.cpp8
1 files changed, 6 insertions, 2 deletions
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)
{