Opcode BD is stopObjectCode() in HE games.

svn-id: r14433
This commit is contained in:
Travis Howell 2004-08-02 07:49:20 +00:00
parent 8ab743e397
commit faaea90500

View file

@ -2396,6 +2396,8 @@ void ScummEngine_v6::o6_dimArray() {
}
void ScummEngine_v6::o6_dummy() {
if (_features & GF_HUMONGOUS)
stopObjectCode();
/* nothing */
}