mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-23 20:51:14 +00:00
fix debug output
svn-id: r30595
This commit is contained in:
parent
fe8c2b89b1
commit
41e478d142
@ -311,7 +311,7 @@ void IMuseDigital::setHookIdForMusic(int hookId) {
|
||||
for (int l = 0; l < MAX_DIGITAL_TRACKS; l++) {
|
||||
Track *track = _track[l];
|
||||
if (track->used && !track->toBeRemoved && (track->volGroupId == IMUSE_VOLGRP_MUSIC)) {
|
||||
debug(5, "IMuseDigital::setHookIdForMusic - setting for sound:%d", hookId);
|
||||
debug(5, "IMuseDigital::setHookIdForMusic - setting for sound:%d", track->soundId);
|
||||
track->curHookId = hookId;
|
||||
break;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user