diff -r b8905423f19f -r c36d0b34ac3d QTfrontend/team.h --- a/QTfrontend/team.h Mon Jan 08 18:21:40 2007 +0000 +++ b/QTfrontend/team.h Mon Jan 08 20:51:22 2007 +0000 @@ -43,7 +43,7 @@ bool SaveToFile(); void SetToPage(HWForm * hwform); void GetFromPage(HWForm * hwform); - QStringList TeamGameConfig(quint32 color, int hedgehogs) const; + QStringList TeamGameConfig(quint32 color, int hedgehogs, quint32 InitHealth) const; bool operator==(const HWTeam& t1) const; bool operator<(const HWTeam& t1) const;