diff options
-rw-r--r-- | engines/cruise/sound.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cruise/sound.cpp b/engines/cruise/sound.cpp index 02e70b17cd..33a646448c 100644 --- a/engines/cruise/sound.cpp +++ b/engines/cruise/sound.cpp @@ -240,7 +240,7 @@ byte *readBundleSoundFile(const char *name) { loadPackedFileToMem(fileIdx, packedBuffer); - uint32 realUnpackedSize = READ_BE_UINT32(packedBuffer + volumePtrToFileDescriptor[fileIdx].size - 4); + //uint32 realUnpackedSize = READ_BE_UINT32(packedBuffer + volumePtrToFileDescriptor[fileIdx].size - 4); delphineUnpack(data, packedBuffer, volumePtrToFileDescriptor[fileIdx].size); |