From 55cbf74cbe2c40b4592e72621e40f8858fc376d9 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 17 Jan 2016 18:36:21 +0300 Subject: Move cards constants into separate file. --- src/itemcolormanager.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/itemcolormanager.cpp') diff --git a/src/itemcolormanager.cpp b/src/itemcolormanager.cpp index 7653b0ad9..9344ff856 100644 --- a/src/itemcolormanager.cpp +++ b/src/itemcolormanager.cpp @@ -20,6 +20,8 @@ #include "itemcolormanager.h" +#include "const/resources/item/cards.h" + #include "resources/iteminfo.h" #include "resources/db/itemdb.h" @@ -30,7 +32,7 @@ ItemColor ItemColorManager::getColorFromCards(const int *const cards) { if (!cards) return ItemColor_one; - for (int f = 0; f < 4; f ++) + for (int f = 0; f < maxCards; f ++) { const ItemInfo &info = ItemDB::get(cards[f]); const ItemColor &color = info.getCardColor(); -- cgit v1.2.3-60-g2f50