Add sfx_eggspr

This commit is contained in:
James R 2022-05-01 17:10:44 -07:00
parent e360270b13
commit fda4679aa8
2 changed files with 2 additions and 0 deletions

View file

@ -1102,6 +1102,7 @@ sfxinfo_t S_sfx[NUMSFX] =
{"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
{"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
{"kdtrg1", false, 64, 16, -1, NULL, 0, -1, -1, LUMPERROR, ""}, // Low energy, SF_X8AWAYSOUND

View file

@ -1166,6 +1166,7 @@ typedef enum
sfx_kstart,
sfx_typri1,
sfx_typri2,
sfx_eggspr,
// SRB2Kart - Drop target sounds
sfx_kdtrg1,