aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaweł Kołodziejski2002-12-29 12:44:57 +0000
committerPaweł Kołodziejski2002-12-29 12:44:57 +0000
commit372bbbb7a52c8f81373e4b87f68ffea71a76f710 (patch)
tree377b212518f7ec31bf586e1dfb44c01c405ae1c9
parentfe81fee2f2f23612f1d8566061dec3557fe31e04 (diff)
downloadscummvm-rg350-372bbbb7a52c8f81373e4b87f68ffea71a76f710.tar.gz
scummvm-rg350-372bbbb7a52c8f81373e4b87f68ffea71a76f710.tar.bz2
scummvm-rg350-372bbbb7a52c8f81373e4b87f68ffea71a76f710.zip
removed handle codec 14
svn-id: r6248
-rw-r--r--scumm/bundle.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/scumm/bundle.cpp b/scumm/bundle.cpp
index d044c8b658..2b113565ea 100644
--- a/scumm/bundle.cpp
+++ b/scumm/bundle.cpp
@@ -772,7 +772,6 @@ int32 Bundle::decompressCodec(int32 codec, byte *comp_input, byte *comp_output,
break;
case 13:
- case 14:
case 15:
{
uint16 firstWord;