parent
684633aa1e
commit
281598812c
|
|
@ -1173,7 +1173,7 @@ void DivEngine::nextRow() {
|
||||||
}
|
}
|
||||||
|
|
||||||
// new loop detection routine
|
// new loop detection routine
|
||||||
if (!endOfSong && walked[((curOrder<<5)+(curRow>>3))&8191]&(1<<(curRow&7))) {
|
if (!endOfSong && walked[((curOrder<<5)+(curRow>>3))&8191]&(1<<(curRow&7)) && !shallStopSched) {
|
||||||
logV("loop reached");
|
logV("loop reached");
|
||||||
endOfSong=true;
|
endOfSong=true;
|
||||||
memset(walked,0,8192);
|
memset(walked,0,8192);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue