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
+1 -1
View File
@@ -34,7 +34,7 @@
using namespace std;
Session::Session(GuiInterface *g, ConfigFile *c)
: currentGameID(0), myNetClient(0), myNetServer(0), myGui(g), myConfig(c)
: currentGameID(0), myNetClient(0), myNetServer(0), myGui(g), myConfig(c), thisHasSctp(0)
{
}