aboutsummaryrefslogtreecommitdiff
path: root/scumm/smush
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/smush')
-rw-r--r--scumm/smush/chunk.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/scumm/smush/chunk.cpp b/scumm/smush/chunk.cpp
index e8585dc4aa..bd954e1eae 100644
--- a/scumm/smush/chunk.cpp
+++ b/scumm/smush/chunk.cpp
@@ -156,7 +156,6 @@ uint32 FileChunk::getDword() {
}
void FileChunk::reinit(uint32 offset) {
- assert(offset == 0); // FIXME: Fingolfin added this assert, because the old code used to ignore offset!!!
_data.seek(offset);
_type = _data.readUint32BE();
_size = _data.readUint32BE();