This should fix default hogs names in network game
authorunc0rr
Sun, 17 Jun 2012 14:13:19 +0400
changeset 7254 aa4461ec7737
parent 7252 74a92f39703b
child 7256 5b97b9946cde
This should fix default hogs names in network game
QTfrontend/team.cpp
--- 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;