mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-23 12:44:02 +00:00
- fix: correct range
svn-id: r12349
This commit is contained in:
parent
d794488645
commit
b4655ff7f9
@ -48,7 +48,7 @@ void IMuseDigital::setFtMusicState(int stateId) {
|
||||
}
|
||||
|
||||
void IMuseDigital::setFtMusicSequence(int seqId) {
|
||||
if (seqId > 53)
|
||||
if (seqId > 52)
|
||||
return;
|
||||
|
||||
debug(5, "Sequence music: %s, %s", _ftSeqNames[seqId].name);
|
||||
|
Loading…
x
Reference in New Issue
Block a user