Add support for Amiga version of Monkey Island 1

Palette is still wrong

svn-id: r8790
This commit is contained in:
Travis Howell 2003-07-06 06:19:52 +00:00
parent fb6b42bb93
commit 580e9ec770
3 changed files with 6 additions and 3 deletions

View file

@ -1512,9 +1512,10 @@ bool Gdi::decompressBitmap(byte *bgbak_ptr, const byte *src, int numLinesToProce
// 8/9 used in 3do version of puttputt joins the parade maybe others
case 8:
case 9:
error("decompressBitmap: Graphics codec %d not yet supported\n", code);
// used in amiga version of Monkey Island
case 10:
error("decompressBitmap: Graphics codec %d not yet supported\n", code);
decodeStripEGA(bgbak_ptr, src, numLinesToProcess);
break;
case 14: