XM import: turn arp off
This commit is contained in:
parent
b9787e226f
commit
04be3ab77d
1 changed files with 3 additions and 0 deletions
|
|
@ -424,6 +424,9 @@ bool DivEngine::loadXM(unsigned char* file, size_t len) {
|
|||
}
|
||||
}
|
||||
if (hasEffectVal) {
|
||||
if (!hasEffect) {
|
||||
doesArp[k]=true;
|
||||
}
|
||||
effectVal=reader.readC();
|
||||
if (effect==0xe) {
|
||||
switch (effectVal>>4) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue