mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 12:39:56 +00:00
TONY: Use debug channel for fading messages
This commit is contained in:
parent
c18cacc248
commit
c61effaff9
@ -2024,7 +2024,7 @@ void threadFadeInMusic(CORO_PARAM, const void *nMusic) {
|
||||
|
||||
CORO_BEGIN_CODE(_ctx);
|
||||
|
||||
debug("Start FadeIn Music");
|
||||
debugC(DEBUG_INTERMEDIATE, kTonyDebugSound, "Start FadeIn Music");
|
||||
|
||||
for (_ctx->i = 0; _ctx->i < 16; _ctx->i++) {
|
||||
g_vm->setMusicVolume(nChannel, _ctx->i * 4);
|
||||
@ -2033,7 +2033,7 @@ void threadFadeInMusic(CORO_PARAM, const void *nMusic) {
|
||||
}
|
||||
g_vm->setMusicVolume(nChannel, 64);
|
||||
|
||||
debug("End FadeIn Music");
|
||||
debugC(DEBUG_INTERMEDIATE, kTonyDebugSound, "End FadeIn Music");
|
||||
|
||||
CORO_KILL_SELF();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user