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:
Dennis Felsing 2022-04-08 15:05:37 +02:00
parent 8ae9c8f10e
commit 8ef1f35f89

View file

@ -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