fix sombras

This commit is contained in:
tildearrow 2021-12-11 00:08:44 -05:00
parent 20a9282efe
commit 6858742d7b

View file

@ -320,7 +320,7 @@ void DivEngine::processRow(int i, bool afterDelay) {
chan[i].delayOrder=whatOrder;
chan[i].delayRow=whatRow;
if (effectVal==nextSpeed) {
chan[i].delayLocked=true;
if (song.system!=DIV_SYSTEM_YM2610 && song.system!=DIV_SYSTEM_YM2610_EXT) chan[i].delayLocked=true;
} else {
chan[i].delayLocked=false;
}