QTfrontend/team.h
changeset 341 184230eb4151
parent 339 7535ab6c3820
child 348 c91b983de18f
--- 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