aboutsummaryrefslogtreecommitdiff
path: root/utils/gen_adldata/file_formats
diff options
context:
space:
mode:
authorWohlstand <admin@wohlnet.ru>2017-10-23 22:25:15 +0300
committerWohlstand <admin@wohlnet.ru>2017-10-23 22:25:15 +0300
commit5e566534205655c89d6c9256e4419c7502339a49 (patch)
tree51861634556de481478cdcaf94c1b649105df6b0 /utils/gen_adldata/file_formats
parenta8dde37099558dc805dfa07eb870c2baf66f4fec (diff)
parent9de1ad18d5305f21cb6998bdd88144893d0e121d (diff)
downloadlibADLMIDI-5e566534205655c89d6c9256e4419c7502339a49.tar.gz
libADLMIDI-5e566534205655c89d6c9256e4419c7502339a49.tar.bz2
libADLMIDI-5e566534205655c89d6c9256e4419c7502339a49.zip
Merge branch 'master' of github.com:Wohlstand/libADLMIDI
Diffstat (limited to 'utils/gen_adldata/file_formats')
-rw-r--r--utils/gen_adldata/file_formats/load_op2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/gen_adldata/file_formats/load_op2.h b/utils/gen_adldata/file_formats/load_op2.h
index 58d6988..1e51563 100644
--- a/utils/gen_adldata/file_formats/load_op2.h
+++ b/utils/gen_adldata/file_formats/load_op2.h
@@ -86,7 +86,7 @@ static bool LoadDoom(const char *fn, unsigned bank, const char *prefix)
Doom_opl_instr &ins = *(Doom_opl_instr *) &data[offset2];
- insdata tmp[2];
+ insdata tmp[2] = {InsertNoSoundIns(), InsertNoSoundIns()};
tmp[0].diff = false;
tmp[1].diff = true;
for(unsigned index = 0; index < 2; ++index)