Should fix iOS build

This commit is contained in:
xawotihs
2016-06-04 21:44:35 +02:00
parent c3fc579907
commit 8f69e2a204
11 changed files with 153 additions and 24 deletions

View File

@@ -315,7 +315,7 @@ public:
int loadMatches(WSrcCards* src, bool all = false)
{
return loadMatches(src, all);
return active->loadMatches(src, all);
}
int addRandomCards(MTGDeck * i, int howmany = 1)