Fix default terrain friction

This commit is contained in:
Sally Coolatta 2022-01-05 17:44:11 -05:00
parent 8f22730dc5
commit 8326f32456

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;