core1/code_5650.c progress

This commit is contained in:
Banjo Kazooie
2022-10-15 18:25:19 -05:00
parent 17c30f90ab
commit c516e73adc

View File

@@ -148,7 +148,7 @@ typedef struct {
} N_ALGenericEvent; } N_ALGenericEvent;
typedef struct { typedef struct {
u16 type; s16 type;
union { union {
ALMIDIEvent midi; ALMIDIEvent midi;
ALTempoEvent tempo; ALTempoEvent tempo;