diff options
author | Paweł Kołodziejski | 2002-12-29 12:44:57 +0000 |
---|---|---|
committer | Paweł Kołodziejski | 2002-12-29 12:44:57 +0000 |
commit | 372bbbb7a52c8f81373e4b87f68ffea71a76f710 (patch) | |
tree | 377b212518f7ec31bf586e1dfb44c01c405ae1c9 | |
parent | fe81fee2f2f23612f1d8566061dec3557fe31e04 (diff) | |
download | scummvm-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.cpp | 1 |
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; |