aboutsummaryrefslogtreecommitdiff
path: root/insane.cpp
diff options
context:
space:
mode:
authorLionel Ulmer2002-05-01 23:03:38 +0000
committerLionel Ulmer2002-05-01 23:03:38 +0000
commit97880e239ae8a1b2f9197d01c1472844fad1bac7 (patch)
treefdee3f43255fc6709a15e09b99cd5feec721b1fb /insane.cpp
parentcdb1af9ad28a8f53ba4d8c1f48d57754f5bea6ec (diff)
downloadscummvm-rg350-97880e239ae8a1b2f9197d01c1472844fad1bac7.tar.gz
scummvm-rg350-97880e239ae8a1b2f9197d01c1472844fad1bac7.tar.bz2
scummvm-rg350-97880e239ae8a1b2f9197d01c1472844fad1bac7.zip
Well, one small commit before going to bed to regain the commit king
(damn Arisme :-) ). This fixes a warning found out by Valgrind when playing the Smush movies in TheDig. svn-id: r4170
Diffstat (limited to 'insane.cpp')
-rw-r--r--insane.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/insane.cpp b/insane.cpp
index 523fc876cd..436381554a 100644
--- a/insane.cpp
+++ b/insane.cpp
@@ -510,6 +510,7 @@ void SmushPlayer::parseFOBJ()
cd.src = _cur + 0xE;
cd.w = *(uint16 *)(_cur + 6);
cd.h = *(uint16 *)(_cur + 8);
+ cd.flags = 0;
codec = _cur[0];