parent
2d7f1b9d0f
commit
b982864a8d
1 changed files with 3 additions and 1 deletions
|
@ -95,7 +95,9 @@ void IMuseDigital::setDigMusicSequence(int seqId) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
assert(num != -1);
|
|
||||||
|
if (num == -1)
|
||||||
|
return;
|
||||||
|
|
||||||
if (_curMusicSeq == num)
|
if (_curMusicSeq == num)
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue