diff -r f5d4db927eba -r 184230eb4151 QTfrontend/team.h --- a/QTfrontend/team.h Mon Jan 15 19:11:31 2007 +0000 +++ b/QTfrontend/team.h Mon Jan 15 21:20:36 2007 +0000 @@ -43,13 +43,16 @@ QString Fort; unsigned int difficulty; BindAction binds[BINDS_NUMBER]; + bool netTeam; + unsigned char numHedgehogs; + QColor teamColor; bool LoadFromFile(); bool SaveToFile(); void SetToPage(HWForm * hwform); void GetFromPage(HWForm * hwform); - QStringList TeamGameConfig(quint32 color, int hedgehogs, quint32 InitHealth, bool netTeam=false) const; + QStringList TeamGameConfig(quint32 InitHealth) const; bool operator==(const HWTeam& t1) const; bool operator<(const HWTeam& t1) const; @@ -57,11 +60,4 @@ QString OldTeamName; }; -class HWTeamTempParams -{ - public: - unsigned char numHedgehogs; - QColor teamColor; -}; - #endif