diff --git a/src/sounds.c b/src/sounds.c index 89a0aaf8..90b1ae30 100644 --- a/src/sounds.c +++ b/src/sounds.c @@ -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 diff --git a/src/sounds.h b/src/sounds.h index 3a44f263..6621dc6b 100644 --- a/src/sounds.h +++ b/src/sounds.h @@ -891,6 +891,7 @@ typedef enum sfx_mkuma, sfx_toada, sfx_gemhit, + sfx_wrink, sfx_bsnipe, sfx_join, sfx_leave,