Add a sound inexplicably freeslotted in patch.kart.

This commit is contained in:
toaster 2022-07-10 16:07:28 +01:00
parent eea0df0ba2
commit 266c463007
2 changed files with 2 additions and 0 deletions

View File

@ -816,6 +816,7 @@ sfxinfo_t S_sfx[NUMSFX] =
{"mkuma", false, 96, 8, -1, NULL, 0, -1, -1, LUMPERROR}, // Trigger Happy Havoc Monokuma {"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 {"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 {"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 {"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 {"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 {"leave", false, 96, 8, -1, NULL, 0, -1, -1, LUMPERROR}, // Player left server

View File

@ -891,6 +891,7 @@ typedef enum
sfx_mkuma, sfx_mkuma,
sfx_toada, sfx_toada,
sfx_gemhit, sfx_gemhit,
sfx_wrink,
sfx_bsnipe, sfx_bsnipe,
sfx_join, sfx_join,
sfx_leave, sfx_leave,