mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-13 23:43:34 +00:00
GOB: Add a sanity check assert()
svn-id: r55535
This commit is contained in:
parent
e32c9a10bf
commit
330acb2168
@ -395,6 +395,8 @@ void Inter_v2::o2_initMult() {
|
||||
}
|
||||
|
||||
void Inter_v2::o2_loadMultObject() {
|
||||
assert(_vm->_mult->_objects);
|
||||
|
||||
int16 val;
|
||||
int16 objIndex;
|
||||
int16 animation;
|
||||
|
Loading…
x
Reference in New Issue
Block a user