From d6b7cd3b259512cd28e1b5a82861ef8b11b2b7cb Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 24 Jan 2015 16:05:23 +0300 Subject: Use InventoryType for inventory type. --- src/inventory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/inventory.cpp') diff --git a/src/inventory.cpp b/src/inventory.cpp index be480f743..c6376825c 100644 --- a/src/inventory.cpp +++ b/src/inventory.cpp @@ -53,7 +53,7 @@ namespace }; } // namespace -Inventory::Inventory(const int type, const int size1) : +Inventory::Inventory(const InventoryType::Type type, const int size1) : mInventoryListeners(), mType(type), mSize(size1 == -1 ? static_cast( -- cgit v1.2.3-60-g2f50