fix sombras
This commit is contained in:
parent
20a9282efe
commit
6858742d7b
|
@ -320,7 +320,7 @@ void DivEngine::processRow(int i, bool afterDelay) {
|
||||||
chan[i].delayOrder=whatOrder;
|
chan[i].delayOrder=whatOrder;
|
||||||
chan[i].delayRow=whatRow;
|
chan[i].delayRow=whatRow;
|
||||||
if (effectVal==nextSpeed) {
|
if (effectVal==nextSpeed) {
|
||||||
chan[i].delayLocked=true;
|
if (song.system!=DIV_SYSTEM_YM2610 && song.system!=DIV_SYSTEM_YM2610_EXT) chan[i].delayLocked=true;
|
||||||
} else {
|
} else {
|
||||||
chan[i].delayLocked=false;
|
chan[i].delayLocked=false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue