diff options
-rw-r--r-- | src/i_oplmusic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i_oplmusic.c b/src/i_oplmusic.c index 0543be2e..f50c3322 100644 --- a/src/i_oplmusic.c +++ b/src/i_oplmusic.c @@ -64,7 +64,7 @@ typedef struct byte feedback; genmidi_op_t carrier; byte unused; - byte base_note_offset; + short base_note_offset; } PACKEDATTR genmidi_voice_t; typedef struct |