mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-09 08:22:28 +00:00
Add sfx_etexpl
This commit is contained in:
parent
6082d222fd
commit
c6f891f545
2 changed files with 2 additions and 0 deletions
|
|
@ -1182,6 +1182,7 @@ sfxinfo_t S_sfx[NUMSFX] =
|
|||
{"clawk2", false, 64, 16, -1, NULL, 0, -1, -1, LUMPERROR, ""}, // SF_X8AWAYSOUND
|
||||
|
||||
{"monch", false, 255, 0, -1, NULL, 0, -1, -1, LUMPERROR, ""},
|
||||
{"etexpl", false, 255, 0, -1, NULL, 0, -1, -1, LUMPERROR, "Game crash"},
|
||||
|
||||
// SRB2Kart - Engine sounds
|
||||
// Engine class A
|
||||
|
|
|
|||
|
|
@ -1251,6 +1251,7 @@ typedef enum
|
|||
sfx_clawk2,
|
||||
|
||||
sfx_monch,
|
||||
sfx_etexpl,
|
||||
|
||||
// Next up: UNIQUE ENGINE SOUNDS! Hoooooo boy...
|
||||
// Engine class A - Low Speed, Low Weight
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue