diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-04-12 18:39:00 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-04-12 18:39:00 +0300 |
commit | 351821c1f18f9285be58df0a05339936311f6490 (patch) | |
tree | 47a60cad4f61f63c5ac2faf98dcae24760d7fe11 /src/shopitem.cpp | |
parent | e50632a83a3c679cffd372656277a304d5d853f8 (diff) | |
download | mv-351821c1f18f9285be58df0a05339936311f6490.tar.gz mv-351821c1f18f9285be58df0a05339936311f6490.tar.bz2 mv-351821c1f18f9285be58df0a05339936311f6490.tar.xz mv-351821c1f18f9285be58df0a05339936311f6490.zip |
first part of style fixed after cpplint checks.
Diffstat (limited to 'src/shopitem.cpp')
-rw-r--r-- | src/shopitem.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/shopitem.cpp b/src/shopitem.cpp index 831b8cd43..f1fb42b79 100644 --- a/src/shopitem.cpp +++ b/src/shopitem.cpp @@ -53,8 +53,8 @@ ShopItem::ShopItem(const int inventoryIndex, const int id, addDuplicate(inventoryIndex, quantity); } -ShopItem::ShopItem (const int id, const unsigned char color, const int price) : - Item (id, 0, 0, color), +ShopItem::ShopItem(const int id, const unsigned char color, const int price) : + Item(id, 0, 0, color), mPrice(price), mShowQuantity(false) { |