mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-26 20:31:30 +00:00
Add a sound inexplicably freeslotted in patch.kart.
This commit is contained in:
parent
eea0df0ba2
commit
266c463007
2 changed files with 2 additions and 0 deletions
|
@ -816,6 +816,7 @@ sfxinfo_t S_sfx[NUMSFX] =
|
|||
{"mkuma", false, 96, 8, -1, NULL, 0, -1, -1, LUMPERROR}, // Trigger Happy Havoc Monokuma
|
||||
{"toada", false, 64, 0, -1, NULL, 0, -1, -1, LUMPERROR}, // Arid Sands Toad scream
|
||||
{"gemhit", false, 64, 0, -1, NULL, 0, -1, -1, LUMPERROR}, // Opulence gem/coin tumbling
|
||||
{"wrink", false, 64, 0, -1, NULL, 0, -1, -1, LUMPERROR}, // Some sort of ghoulie?
|
||||
{"bsnipe", false, 96, 8, -1, NULL, 0, -1, -1, LUMPERROR}, // Banana sniping
|
||||
{"join", false, 96, 8, -1, NULL, 0, -1, -1, LUMPERROR}, // Player joined server
|
||||
{"leave", false, 96, 8, -1, NULL, 0, -1, -1, LUMPERROR}, // Player left server
|
||||
|
|
|
@ -891,6 +891,7 @@ typedef enum
|
|||
sfx_mkuma,
|
||||
sfx_toada,
|
||||
sfx_gemhit,
|
||||
sfx_wrink,
|
||||
sfx_bsnipe,
|
||||
sfx_join,
|
||||
sfx_leave,
|
||||
|
|
Loading…
Reference in a new issue