aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/kyra/sound_towns.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/engines/kyra/sound_towns.cpp b/engines/kyra/sound_towns.cpp
index 864d3fc15e..0caa84dc22 100644
--- a/engines/kyra/sound_towns.cpp
+++ b/engines/kyra/sound_towns.cpp
@@ -908,12 +908,10 @@ void Towns_EuphonyParser::parseNextEvent(EventInfo &info) {
info.ext.data = pos;
loop = false;
} else {
- error("Unknown Euphony music event 0x%02X", (int)cmd);
-#if 0
+ warning("Unknown Euphony music event 0x%02X", (int)cmd);
memset(&info, 0, sizeof(info));
pos = 0;
loop = false;
-#endif
}
}
_position._play_pos = pos;