aboutsummaryrefslogtreecommitdiff
path: root/scumm/gfx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/gfx.cpp')
-rw-r--r--scumm/gfx.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/scumm/gfx.cpp b/scumm/gfx.cpp
index 9e95caf67e..034717f690 100644
--- a/scumm/gfx.cpp
+++ b/scumm/gfx.cpp
@@ -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: