This commit is contained in:
doitux
2007-06-03 22:41:53 +00:00
parent 00e0bfb5cf
commit be90c8141a
7 changed files with 25 additions and 4 deletions
+6
View File
@@ -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;
};