Fixed warnings from linux and Android compilers
Cleaned up network code on Linux, it still does not work correctly
This commit is contained in:
@@ -85,7 +85,7 @@ class MTGGameZone {
|
||||
vector<MTGCardInstance *> cardsSeenLastTurn;
|
||||
int nb_cards;
|
||||
MTGGameZone();
|
||||
~MTGGameZone();
|
||||
virtual ~MTGGameZone();
|
||||
void shuffle();
|
||||
void addCard(MTGCardInstance * card);
|
||||
void debugPrint();
|
||||
|
||||
Reference in New Issue
Block a user