mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Revert "CGameClient::LoadMapSettings: Load the default tuning params by default"
This reverts commit 754562ce0b
.
This breaks rendering for ddnet mode, thanks to cheeser0613 for report
This commit is contained in:
parent
8ae9c8f10e
commit
8ef1f35f89
|
@ -3027,6 +3027,11 @@ void CGameClient::LoadMapSettings()
|
|||
for(int i = 0; i < NUM_TUNEZONES; i++)
|
||||
{
|
||||
TuningList()[i] = TuningParams;
|
||||
TuningList()[i].Set("gun_curvature", 0);
|
||||
TuningList()[i].Set("gun_speed", 1400);
|
||||
TuningList()[i].Set("shotgun_curvature", 0);
|
||||
TuningList()[i].Set("shotgun_speed", 500);
|
||||
TuningList()[i].Set("shotgun_speeddiff", 0);
|
||||
}
|
||||
|
||||
// Load map tunings
|
||||
|
|
Loading…
Reference in a new issue