diff options
-rw-r--r-- | engines/dreamweb/dreamgen.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/dreamweb/dreamgen.cpp b/engines/dreamweb/dreamgen.cpp index 01992eda6c..29b0955f07 100644 --- a/engines/dreamweb/dreamgen.cpp +++ b/engines/dreamweb/dreamgen.cpp @@ -17870,6 +17870,9 @@ norun: } void checkcoords(Context & context) { + context._cmp(context.data.byte(kNewlocation), 255); + if (context.flags.z()) goto loop048; + return; loop048: context.ax = context.cs.word(context.bx); context._cmp(context.ax, 0x0ffff); |