mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
fixed that client resets tuning. Closes #746
This commit is contained in:
parent
20fbe2f92c
commit
e18390fea8
|
@ -343,6 +343,7 @@ void CGameClient::OnReset()
|
|||
m_DemoSpecID = SPEC_FREEVIEW;
|
||||
m_FlagDropTick[TEAM_RED] = 0;
|
||||
m_FlagDropTick[TEAM_BLUE] = 0;
|
||||
m_Tuning = CTuningParams();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue