mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 20:41:46 +00:00
Add sfx_eggspr
This commit is contained in:
parent
e360270b13
commit
fda4679aa8
2 changed files with 2 additions and 0 deletions
|
|
@ -1102,6 +1102,7 @@ sfxinfo_t S_sfx[NUMSFX] =
|
||||||
{"kstart", false, 64, 16, -1, NULL, 0, -1, -1, LUMPERROR, ""}, // Sonic Adventure shwing!
|
{"kstart", false, 64, 16, -1, NULL, 0, -1, -1, LUMPERROR, ""}, // Sonic Adventure shwing!
|
||||||
{"typri1", false, 64, 16, -1, NULL, 0, -1, -1, LUMPERROR, ""}, // SA2 boss typewriting 1
|
{"typri1", false, 64, 16, -1, NULL, 0, -1, -1, LUMPERROR, ""}, // SA2 boss typewriting 1
|
||||||
{"typri2", false, 64, 16, -1, NULL, 0, -1, -1, LUMPERROR, ""}, // SA2 final boss-type typewriting
|
{"typri2", false, 64, 16, -1, NULL, 0, -1, -1, LUMPERROR, ""}, // SA2 final boss-type typewriting
|
||||||
|
{"eggspr", false, 64, 16, -1, NULL, 0, -1, -1, LUMPERROR, ""}, // Sonic Unleashed Trap Spring
|
||||||
|
|
||||||
// SRB2Kart - Drop target sounds
|
// SRB2Kart - Drop target sounds
|
||||||
{"kdtrg1", false, 64, 16, -1, NULL, 0, -1, -1, LUMPERROR, ""}, // Low energy, SF_X8AWAYSOUND
|
{"kdtrg1", false, 64, 16, -1, NULL, 0, -1, -1, LUMPERROR, ""}, // Low energy, SF_X8AWAYSOUND
|
||||||
|
|
|
||||||
|
|
@ -1166,6 +1166,7 @@ typedef enum
|
||||||
sfx_kstart,
|
sfx_kstart,
|
||||||
sfx_typri1,
|
sfx_typri1,
|
||||||
sfx_typri2,
|
sfx_typri2,
|
||||||
|
sfx_eggspr,
|
||||||
|
|
||||||
// SRB2Kart - Drop target sounds
|
// SRB2Kart - Drop target sounds
|
||||||
sfx_kdtrg1,
|
sfx_kdtrg1,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue