mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 05:38:56 +00:00
not need continue checks after found
svn-id: r44272
This commit is contained in:
parent
ba0bd938e4
commit
e6580be475
@ -216,6 +216,7 @@ void IMuseDigital::refreshScripts() {
|
||||
Track *track = _track[l];
|
||||
if (track->used && !track->toBeRemoved && (track->volGroupId == IMUSE_VOLGRP_MUSIC)) {
|
||||
found = true;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user