diff --git a/include/2.0L/PR/n_libaudio.h b/include/2.0L/PR/n_libaudio.h index 184aa044..e3248169 100644 --- a/include/2.0L/PR/n_libaudio.h +++ b/include/2.0L/PR/n_libaudio.h @@ -148,7 +148,7 @@ typedef struct { } N_ALGenericEvent; typedef struct { - u16 type; + s16 type; union { ALMIDIEvent midi; ALTempoEvent tempo;