mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-02 19:56:06 +00:00
Make the chao quieter (if it's still too loud, I can tone it down further, but not by much)
This commit is contained in:
parent
0dc963ffd2
commit
18c0e607fa
1 changed files with 1 additions and 1 deletions
|
|
@ -813,7 +813,7 @@ sfxinfo_t S_sfx[NUMSFX] =
|
|||
{"hogbom", false, 110, 8, -1, NULL, 0, -1, -1, LUMPERROR},
|
||||
{"ddash", false, 64, 0, -1, NULL, 0, -1, -1, LUMPERROR},
|
||||
{"mcitm1", false, 110, 8, -1, NULL, 0, -1, -1, LUMPERROR},
|
||||
{"chaooo", false, 110, 24, -1, NULL, 0, -1, -1, LUMPERROR},
|
||||
{"chaooo", false, 110, 64, -1, NULL, 0, -1, -1, LUMPERROR},
|
||||
{"dbgsal", false, 110, 8, -1, NULL, 0, -1, -1, LUMPERROR},
|
||||
|
||||
// SRB2kart - Skin sounds
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue