mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-04 18:06:26 +00:00
Added comment and warning message about possibly missing cases.
svn-id: r40752
This commit is contained in:
parent
b973169a3d
commit
50b77d876d
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user