Erwan
- Removed 4000 cards limitation - URGENT FIX NEEDED: Test Northern_paladin2.txt fails :(
This commit is contained in:
@@ -53,7 +53,8 @@ class MTGAllCards {
|
||||
|
||||
TexturesCache * mCache;
|
||||
MTGCard * _(int i);
|
||||
MTGCard * collection[Constants::TOTAL_NUMBER_OF_CARDS];
|
||||
vector<MTGCard *> collection;
|
||||
//collection[Constants::TOTAL_NUMBER_OF_CARDS];
|
||||
MTGAllCards();
|
||||
~MTGAllCards();
|
||||
MTGAllCards(TexturesCache * cache);
|
||||
|
||||
Reference in New Issue
Block a user