not need continue checks after found

svn-id: r44272
This commit is contained in:
Paweł Kołodziejski 2009-09-23 13:04:51 +00:00
parent ba0bd938e4
commit e6580be475

View File

@ -216,6 +216,7 @@ void IMuseDigital::refreshScripts() {
Track *track = _track[l];
if (track->used && !track->toBeRemoved && (track->volGroupId == IMUSE_VOLGRP_MUSIC)) {
found = true;
break;
}
}