quick fix

This commit is contained in:
ThePlayerRolo 2025-07-10 14:19:26 -04:00
parent a5dad2204c
commit 0983fee916

View file

@ -626,7 +626,7 @@ void smlua_audio_custom_deinit(void) {
}
u32 allocate_sequence() {
u32 allocate_sequence(void) {
if ((sCustomSeqsCount + SEQ_COUNT) < MAX_CUSTOM_SEQS) {
return (++sCustomSeqsCount + SEQ_COUNT);
}