From c64be322a11fd5ce2d16e1835e5a7f9f37f66d1a Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Sun, 25 Feb 2007 08:37:15 +0000 Subject: Added comment about the missing decode1 proc. svn-id: r25849 --- engines/scumm/smush/codec47.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/scumm') diff --git a/engines/scumm/smush/codec47.cpp b/engines/scumm/smush/codec47.cpp index 6ef374fbca..9bf4262c03 100644 --- a/engines/scumm/smush/codec47.cpp +++ b/engines/scumm/smush/codec47.cpp @@ -560,6 +560,7 @@ bool Codec47Decoder::decode(byte *dst, const byte *src) { memcpy(_curBuf, gfx_data, _frameSize); break; case 1: + // Used by Outlaws, but not by any SCUMM game. error("codec47: not implemented decode1 proc"); break; case 2: -- cgit v1.2.3