aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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];