diff --git a/src/engine/engine.h b/src/engine/engine.h index 1e13e3ccb..340e74c2e 100644 --- a/src/engine/engine.h +++ b/src/engine/engine.h @@ -174,7 +174,7 @@ struct DivChannelState { struct DivNoteEvent { signed char channel; - unsigned char ins; + short ins; signed char note, volume; bool on, nop, insChange, fromMIDI; DivNoteEvent(int c, int i, int n, int v, bool o, bool ic=false, bool fm=false):