aboutsummaryrefslogtreecommitdiff
path: root/engines/cine
diff options
context:
space:
mode:
authorTorbjörn Andersson2006-04-12 11:29:00 +0000
committerTorbjörn Andersson2006-04-12 11:29:00 +0000
commit151b38a6e5d25bacb99d25326e6b2e09c75cad7c (patch)
tree31d2dd50f4e9da4e1365e2fd37e92190dd232df3 /engines/cine
parent9dfc4b5f6905ceae92a5009d3a2c8083167971e0 (diff)
downloadscummvm-rg350-151b38a6e5d25bacb99d25326e6b2e09c75cad7c.tar.gz
scummvm-rg350-151b38a6e5d25bacb99d25326e6b2e09c75cad7c.tar.bz2
scummvm-rg350-151b38a6e5d25bacb99d25326e6b2e09c75cad7c.zip
This assertion shouldn't be needed. At least not here.
svn-id: r21826
Diffstat (limited to 'engines/cine')
-rw-r--r--engines/cine/various.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/cine/various.cpp b/engines/cine/various.cpp
index 51247778e8..025ea03e7b 100644
--- a/engines/cine/various.cpp
+++ b/engines/cine/various.cpp
@@ -914,7 +914,6 @@ void makeSave(char *saveFileName) {
// actual save
currentHead = overlayHead.next;
- assert(sizeof(overlayHeadElement) == 0x14);
while (currentHead) {
fHandle->writeUint32BE(0);
fHandle->writeUint32BE(0);