mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Double droptarget sound range
This commit is contained in:
parent
4655df9d9e
commit
87eed3ed1c
1 changed files with 3 additions and 3 deletions
|
|
@ -1104,9 +1104,9 @@ sfxinfo_t S_sfx[NUMSFX] =
|
|||
{"typri2", false, 64, 16, -1, NULL, 0, -1, -1, LUMPERROR, ""}, // SA2 final boss-type typewriting
|
||||
|
||||
// SRB2Kart - Drop target sounds
|
||||
{"kdtrg1", false, 64, 8, -1, NULL, 0, -1, -1, LUMPERROR, ""},
|
||||
{"kdtrg2", false, 64, 8, -1, NULL, 0, -1, -1, LUMPERROR, ""},
|
||||
{"kdtrg3", false, 64, 16, -1, NULL, 0, -1, -1, LUMPERROR, ""},
|
||||
{"kdtrg1", false, 64, 16, -1, NULL, 0, -1, -1, LUMPERROR, ""}, // Low energy, SF_X8AWAYSOUND
|
||||
{"kdtrg2", false, 64, 16, -1, NULL, 0, -1, -1, LUMPERROR, ""}, // Medium energy, SF_X8AWAYSOUND
|
||||
{"kdtrg3", false, 64, 80, -1, NULL, 0, -1, -1, LUMPERROR, ""}, // High energy, SF_X2AWAYSOUND|SF_X8AWAYSOUND
|
||||
|
||||
// SRB2Kart - Engine sounds
|
||||
// Engine class A
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue