mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-31 20:22:40 +00:00
Make it a bit louder
This commit is contained in:
parent
3b7681718c
commit
d03cbdbba0
1 changed files with 1 additions and 1 deletions
|
|
@ -4405,7 +4405,7 @@ static void K_UpdateEngineSounds(player_t *player, ticcmd_t *cmd)
|
|||
const fixed_t closedist = 160*FRACUNIT;
|
||||
const fixed_t fardist = 1536*FRACUNIT;
|
||||
|
||||
const UINT8 dampenval = 64; // 255 * 64 = close enough to FRACUNIT/4
|
||||
const UINT8 dampenval = 48; // 255 * 48 = close enough to FRACUNIT/6
|
||||
|
||||
INT32 class, s, w; // engine class number
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue