diff -r 46a43b02bbb3 -r 7f3bd9e31f18 QTfrontend/team.h --- a/QTfrontend/team.h Thu Jan 11 23:19:18 2007 +0000 +++ b/QTfrontend/team.h Thu Jan 11 23:29:57 2007 +0000 @@ -48,7 +48,7 @@ bool SaveToFile(); void SetToPage(HWForm * hwform); void GetFromPage(HWForm * hwform); - QStringList TeamGameConfig(quint32 color, int hedgehogs, quint32 InitHealth) const; + QStringList TeamGameConfig(quint32 color, int hedgehogs, quint32 InitHealth, bool netTeam=false) const; bool operator==(const HWTeam& t1) const; bool operator<(const HWTeam& t1) const;