summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Howard2009-03-12 18:52:12 +0000
committerSimon Howard2009-03-12 18:52:12 +0000
commit543b9bdc85dfeb84ed855084595407d6bf49d8f6 (patch)
tree39428e7b4c3d7274ed06fbe6a932f15280d5d2b7
parent90fd85b32dd85884fb9a9cf0a7063c4509147d40 (diff)
downloadchocolate-doom-543b9bdc85dfeb84ed855084595407d6bf49d8f6.tar.gz
chocolate-doom-543b9bdc85dfeb84ed855084595407d6bf49d8f6.tar.bz2
chocolate-doom-543b9bdc85dfeb84ed855084595407d6bf49d8f6.zip
Make base_note_offset a 16-bit integer rather than an 8-bit integer.
Subversion-branch: /branches/opl-branch Subversion-revision: 1465
-rw-r--r--src/i_oplmusic.c2
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