Fixed warnings from linux and Android compilers
Cleaned up network code on Linux, it still does not work correctly
This commit is contained in:
@@ -51,6 +51,7 @@ public:
|
||||
// End of AI deck buffering code
|
||||
|
||||
Task(char _type = ' ');
|
||||
virtual ~Task(){};
|
||||
|
||||
static Task* createFromStr(const string params, bool rand = false);
|
||||
virtual string toString();
|
||||
|
||||
Reference in New Issue
Block a user