From 0ea3cde160dc5c45ff5571258b838920e11ebe2b Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Thu, 24 Sep 2009 17:28:14 +0000 Subject: Turn an error into a warning. svn-id: r44313 --- engines/kyra/sound_towns.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'engines/kyra/sound_towns.cpp') 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; -- cgit v1.2.3