QTfrontend/team.cpp
changeset 7254 aa4461ec7737
parent 7145 1d1a14b39400
child 7258 722e8a0d89dc
--- a/QTfrontend/team.cpp	Sun Jun 17 00:08:20 2012 +0400
+++ b/QTfrontend/team.cpp	Sun Jun 17 14:13:19 2012 +0400
@@ -150,9 +150,9 @@
         m_fort = other.m_fort;
         m_flag = other.m_flag;
         m_voicepack = other.m_voicepack;
-//        m_hedgehogs = other.m_hedgehogs;
+        m_hedgehogs = other.m_hedgehogs;
         m_difficulty = other.m_difficulty;
-//        m_binds = other.m_binds;
+        m_binds = other.m_binds;
         m_numHedgehogs = other.m_numHedgehogs;
         m_color = other.m_color;
         m_isNetTeam = other.m_isNetTeam;