Fixed warnings from linux and Android compilers
Cleaned up network code on Linux, it still does not work correctly
This commit is contained in:
@@ -23,7 +23,7 @@ public:
|
||||
virtual int canPutIntoZone(MTGCardInstance * card, MTGGameZone * destZone) = 0;
|
||||
|
||||
PlayRestriction(TargetChooser * tc);
|
||||
~PlayRestriction();
|
||||
virtual ~PlayRestriction();
|
||||
};
|
||||
|
||||
class MaxPerTurnRestriction: public PlayRestriction
|
||||
|
||||
Reference in New Issue
Block a user