diff -r 901e363d5837 -r 8b48c27201af QTfrontend/team.h --- a/QTfrontend/team.h Sat Sep 21 23:54:57 2013 +0400 +++ b/QTfrontend/team.h Fri Sep 27 00:54:18 2013 +0400 @@ -93,7 +93,7 @@ void incWins(); // convert team info into strings for further computation - QStringList teamGameConfig(quint32 InitHealth, GameUIConfig * config) const; + QStringList teamGameConfig(quint32 InitHealth) const; // comparison operators bool operator == (const HWTeam& t1) const;