diff -r fcab1fd02bc6 -r c0c787eb526e QTfrontend/team.h --- a/QTfrontend/team.h Sun May 27 23:42:43 2012 +0400 +++ b/QTfrontend/team.h Mon May 28 00:43:36 2012 +0400 @@ -113,9 +113,9 @@ QString m_fort; QString m_flag; QString m_voicepack; - HWHog m_hedgehogs[HEDGEHOGS_PER_TEAM]; + QList m_hedgehogs; quint8 m_difficulty; - BindAction m_binds[BINDS_NUMBER]; + QList m_binds; // class members that contain info for the current game setup quint8 m_numHedgehogs;