diff options
author | Wohlstand <admin@wohlnet.ru> | 2017-10-23 22:25:15 +0300 |
---|---|---|
committer | Wohlstand <admin@wohlnet.ru> | 2017-10-23 22:25:15 +0300 |
commit | 5e566534205655c89d6c9256e4419c7502339a49 (patch) | |
tree | 51861634556de481478cdcaf94c1b649105df6b0 /utils/gen_adldata/progs_cache.cpp | |
parent | a8dde37099558dc805dfa07eb870c2baf66f4fec (diff) | |
parent | 9de1ad18d5305f21cb6998bdd88144893d0e121d (diff) | |
download | libADLMIDI-5e566534205655c89d6c9256e4419c7502339a49.tar.gz libADLMIDI-5e566534205655c89d6c9256e4419c7502339a49.tar.bz2 libADLMIDI-5e566534205655c89d6c9256e4419c7502339a49.zip |
Merge branch 'master' of github.com:Wohlstand/libADLMIDI
Diffstat (limited to 'utils/gen_adldata/progs_cache.cpp')
-rw-r--r-- | utils/gen_adldata/progs_cache.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/gen_adldata/progs_cache.cpp b/utils/gen_adldata/progs_cache.cpp index 4aec9be..b51f4f8 100644 --- a/utils/gen_adldata/progs_cache.cpp +++ b/utils/gen_adldata/progs_cache.cpp @@ -100,7 +100,7 @@ size_t InsertIns( size_t InsertNoSoundIns() { // { 0x0F70700,0x0F70710, 0xFF,0xFF, 0x0,+0 }, - insdata tmp1 = { {0x00, 0x10, 0x07, 0x07, 0xF7, 0xF7, 0x00, 0x00, 0xFF, 0xFF, 0x00}, 0, 0 }; + insdata tmp1 = { {0x00, 0x10, 0x07, 0x07, 0xF7, 0xF7, 0x00, 0x00, 0xFF, 0xFF, 0x00}, 0, false}; struct ins tmp2 = { 0, 0, 0, false, 0.0 }; - return InsertIns(tmp1, tmp1, tmp2, "nosound"); + return InsertIns(tmp1, tmp1, tmp2, "nosound", ""); } |