diff -r aeeb4da6b157 -r e7c1df9cce2c QTfrontend/netclient.h --- 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: