mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Fix default terrain friction
This commit is contained in:
parent
2d34cd150d
commit
328f6aa4e0
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue