mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-10-30 08:01:01 +00:00
quick fix
This commit is contained in:
parent
a5dad2204c
commit
0983fee916
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue