This commit is contained in:
@@ -63,6 +63,10 @@ public:
|
||||
|
||||
bool isNetworkClientRunning() const; // TODO hack
|
||||
|
||||
void setHasSctp ( bool theValue ) { thisHasSctp = theValue; }
|
||||
bool hasSctp() const { return thisHasSctp; }
|
||||
|
||||
|
||||
private:
|
||||
|
||||
int currentGameID;
|
||||
@@ -74,6 +78,8 @@ private:
|
||||
GuiInterface *myGui;
|
||||
ConfigFile *myConfig;
|
||||
|
||||
bool thisHasSctp;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user