From ae30e1b9db8a2e54971b205102b29f1399d84d82 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Fri, 1 Apr 2005 15:33:18 +0000 Subject: Checked code against disasm., an offset of 8 is correct when rewinding san via INSANE. svn-id: r17328 --- scumm/smush/chunk.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'scumm/smush') 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(); -- cgit v1.2.3