# HG changeset patch # User unc0rr # Date 1339927999 -14400 # Node ID aa4461ec773709016f4dbe3a3c636dc7ada67644 # Parent 74a92f39703b6ce13b87a55433c25c32e76b0797 This should fix default hogs names in network game diff -r 74a92f39703b -r aa4461ec7737 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;