aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm
diff options
context:
space:
mode:
authorTorbjörn Andersson2007-02-25 08:37:15 +0000
committerTorbjörn Andersson2007-02-25 08:37:15 +0000
commitc64be322a11fd5ce2d16e1835e5a7f9f37f66d1a (patch)
tree2d2a5417ce212e5bbc067b254386ba5b10e13b1f /engines/scumm
parent0c208657eea590177cd9d907dd5d4a5be41aff4e (diff)
downloadscummvm-rg350-c64be322a11fd5ce2d16e1835e5a7f9f37f66d1a.tar.gz
scummvm-rg350-c64be322a11fd5ce2d16e1835e5a7f9f37f66d1a.tar.bz2
scummvm-rg350-c64be322a11fd5ce2d16e1835e5a7f9f37f66d1a.zip
Added comment about the missing decode1 proc.
svn-id: r25849
Diffstat (limited to 'engines/scumm')
-rw-r--r--engines/scumm/smush/codec47.cpp1
1 files changed, 1 insertions, 0 deletions
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: