mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Fix sound order
This commit is contained in:
parent
92cfb5a677
commit
2528ddcbb9
1 changed files with 3 additions and 2 deletions
|
|
@ -1176,11 +1176,12 @@ typedef enum
|
||||||
// SRB2Kart - Powerup clash SFX
|
// SRB2Kart - Powerup clash SFX
|
||||||
sfx_parry,
|
sfx_parry,
|
||||||
|
|
||||||
// Shout message sound effect
|
|
||||||
sfx_sysmsg,
|
|
||||||
// Fast fall bounce
|
// Fast fall bounce
|
||||||
sfx_ffbonc,
|
sfx_ffbonc,
|
||||||
|
|
||||||
|
// Shout message sound effect
|
||||||
|
sfx_sysmsg,
|
||||||
|
|
||||||
// Next up: UNIQUE ENGINE SOUNDS! Hoooooo boy...
|
// Next up: UNIQUE ENGINE SOUNDS! Hoooooo boy...
|
||||||
// Engine class A - Low Speed, Low Weight
|
// Engine class A - Low Speed, Low Weight
|
||||||
sfx_krta00,
|
sfx_krta00,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue