aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/inter_v2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/inter_v2.cpp')
-rw-r--r--engines/gob/inter_v2.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/gob/inter_v2.cpp b/engines/gob/inter_v2.cpp
index c2d3742305..3b05b1c335 100644
--- a/engines/gob/inter_v2.cpp
+++ b/engines/gob/inter_v2.cpp
@@ -395,6 +395,8 @@ void Inter_v2::o2_initMult() {
}
void Inter_v2::o2_loadMultObject() {
+ assert(_vm->_mult->_objects);
+
int16 val;
int16 objIndex;
int16 animation;