mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
Set smaller default area for what distance to show
as suggested by fokkonaut
This commit is contained in:
parent
8a3743fa90
commit
5e7a45a49b
|
@ -108,7 +108,7 @@ void CPlayer::Reset()
|
|||
|
||||
m_ShowOthers = g_Config.m_SvShowOthersDefault;
|
||||
m_ShowAll = g_Config.m_SvShowAllDefault;
|
||||
m_ShowDistance = vec2(2000, 1500);
|
||||
m_ShowDistance = vec2(1000, 800);
|
||||
m_SpecTeam = 0;
|
||||
m_NinjaJetpack = false;
|
||||
|
||||
|
|
Loading…
Reference in a new issue