fixed that client resets tuning. Closes #746

This commit is contained in:
oy 2011-07-05 23:32:32 +02:00
parent 20fbe2f92c
commit e18390fea8

View file

@ -343,6 +343,7 @@ void CGameClient::OnReset()
m_DemoSpecID = SPEC_FREEVIEW;
m_FlagDropTick[TEAM_RED] = 0;
m_FlagDropTick[TEAM_BLUE] = 0;
m_Tuning = CTuningParams();
}