diff options
| -rw-r--r-- | scumm/script_v6.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scumm/script_v6.cpp b/scumm/script_v6.cpp index 604e76ff42..20b13cce3d 100644 --- a/scumm/script_v6.cpp +++ b/scumm/script_v6.cpp @@ -2396,6 +2396,8 @@ void ScummEngine_v6::o6_dimArray() { } void ScummEngine_v6::o6_dummy() { + if (_features & GF_HUMONGOUS) + stopObjectCode(); /* nothing */ } |
