* Fix warnings
This commit is contained in:
jean.chalard
2009-02-01 08:20:42 +00:00
parent e984b7f781
commit 1ab9af85a6
3 changed files with 116 additions and 116 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ class ManaCost{
protected:
int cost[Constants::MTG_NB_COLORS+1];
ManaCostHybrid * hybrids[10];
int nbhybrids;
unsigned int nbhybrids;
public:
ExtraCosts * extraCosts;