Fix default terrain friction

This commit is contained in:
Sally Coolatta 2022-01-05 17:44:11 -05:00 committed by SinnamonLat
parent 2d34cd150d
commit 328f6aa4e0

View file

@ -1019,7 +1019,7 @@ static void K_TerrainDefaults(terrain_t *terrain)
terrain->splashID = SIZE_MAX;
terrain->footstepID = SIZE_MAX;
terrain->friction = FRACUNIT;
terrain->friction = 0;
terrain->offroad = 0;
terrain->damageType = -1;
terrain->trickPanel = 0;