aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--graphics/video/indeo3.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/video/indeo3.cpp b/graphics/video/indeo3.cpp
index f34621a6a5..fa90366a0a 100644
--- a/graphics/video/indeo3.cpp
+++ b/graphics/video/indeo3.cpp
@@ -1121,6 +1121,10 @@ void Indeo3::decodeChunk(byte *cur, byte *ref, int width, int height,
break;
default:
+ // FIXME: I've seen case 12 and 13 happen in Urban
+ // Runner. Perhaps it uses a more recent form of
+ // Indeo 3? There appears to have been several.
+ warning("Indeo3::decodeChunk: Unknown case %d", k);
return;
}
}