changeset 7131 | c0c787eb526e |
parent 7130 | fcab1fd02bc6 |
child 8100 | 0e6fadf81a2c |
child 8346 | 3443e0de2c9d |
--- 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<HWHog> m_hedgehogs; quint8 m_difficulty; - BindAction m_binds[BINDS_NUMBER]; + QList<BindAction> m_binds; // class members that contain info for the current game setup quint8 m_numHedgehogs;