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