aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen
diff options
context:
space:
mode:
Diffstat (limited to 'engines/xeen')
-rw-r--r--engines/xeen/music.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/xeen/music.cpp b/engines/xeen/music.cpp
index c4458328b1..5d3cc623a2 100644
--- a/engines/xeen/music.cpp
+++ b/engines/xeen/music.cpp
@@ -177,7 +177,7 @@ bool MusicDriver::fxSetCountdown(const byte *&srcP, byte param) {
if (!param)
param = *srcP++;
_fxCountdownTimer = param;
- _musDataPtr = srcP;
+ _fxDataPtr = srcP;
debugC(3, kDebugSound, "fxSetCountdown %d", param);
// Do paused handling and break out of processing loop
@@ -208,7 +208,7 @@ void MusicDriver::playFX(uint effectId, const byte *data) {
_fxPlaying = true;
}
- debugC(1, kDebugSound, "Starting FX");
+ debugC(1, kDebugSound, "Starting FX %d", effectId);
}
void MusicDriver::playSong(const byte *data) {