QTfrontend/netclient.h
changeset 97 e7c1df9cce2c
parent 85 44d9045b26ff
child 125 0532e70b1ce4
--- a/QTfrontend/netclient.h	Sun Aug 06 15:47:20 2006 +0000
+++ b/QTfrontend/netclient.h	Sun Aug 06 15:48:48 2006 +0000
@@ -42,7 +42,7 @@
 #include "team.h"
 #include "rndstr.h"
 
-#define MAGIC_CHAR "\x02"
+#define MAGIC_CHAR "\x2f"
 
 struct netTeam
 {
@@ -97,6 +97,7 @@
 	QString mynick;
 	QString opnick;
 	QString channel;
+	QString seed;
 	bool isOp;
 	quint32 opCount;
 	netTeam teams[5];
@@ -123,7 +124,7 @@
 	void ConfigAsked();
 	void NetTeamAdded(const QString & msg);
 
-	void RunGame(const QString & seed);
+	void RunGame();
 
 
 private slots: