mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
More priority sounds
Raised priority from 64 -> 255, even if I manually raised them in sounds.pk3, we may as well keep this change.
This commit is contained in:
parent
5181c7a6c2
commit
255c9222b0
1 changed files with 6 additions and 6 deletions
12
src/sounds.c
12
src/sounds.c
|
|
@ -1276,12 +1276,12 @@ sfxinfo_t S_sfx[NUMSFX] =
|
||||||
{"dmgb4", false, 255, 8, -1, NULL, 0, -1, -1, LUMPERROR, "Damaged"},
|
{"dmgb4", false, 255, 8, -1, NULL, 0, -1, -1, LUMPERROR, "Damaged"},
|
||||||
|
|
||||||
// Powerup sounds
|
// Powerup sounds
|
||||||
{"bpwrua", false, 64, 0, -1, NULL, 0, -1, -1, LUMPERROR, "Super Power"},
|
{"bpwrua", false, 255, 16, -1, NULL, 0, -1, -1, LUMPERROR, "Super Power"},
|
||||||
{"bpwrub", false, 64, 0, -1, NULL, 0, -1, -1, LUMPERROR, "Mega Barrier"},
|
{"bpwrub", false, 255, 16, -1, NULL, 0, -1, -1, LUMPERROR, "Mega Barrier"},
|
||||||
{"bpwruc", false, 64, 0, -1, NULL, 0, -1, -1, LUMPERROR, "Bumper Restock"},
|
{"bpwruc", false, 255, 16, -1, NULL, 0, -1, -1, LUMPERROR, "Bumper Restock"},
|
||||||
{"bpwrud", false, 64, 0, -1, NULL, 0, -1, -1, LUMPERROR, "Rhythm Badge"},
|
{"bpwrud", false, 255, 16, -1, NULL, 0, -1, -1, LUMPERROR, "Rhythm Badge"},
|
||||||
{"bpwrue", false, 64, 0, -1, NULL, 0, -1, -1, LUMPERROR, "Super Flicky"},
|
{"bpwrue", false, 255, 16, -1, NULL, 0, -1, -1, LUMPERROR, "Super Flicky"},
|
||||||
{"bpwruf", false, 64, 0, -1, NULL, 0, -1, -1, LUMPERROR, "Bonus"},
|
{"bpwruf", false, 255, 16, -1, NULL, 0, -1, -1, LUMPERROR, "Bonus"},
|
||||||
|
|
||||||
// SRB2Kart - Engine sounds
|
// SRB2Kart - Engine sounds
|
||||||
// Engine class A
|
// Engine class A
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue