diff options
-rw-r--r-- | engines/dreamweb/dreamgen.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/dreamweb/dreamgen.cpp b/engines/dreamweb/dreamgen.cpp index de9a7c1c38..b17d469cb7 100644 --- a/engines/dreamweb/dreamgen.cpp +++ b/engines/dreamweb/dreamgen.cpp @@ -4770,6 +4770,8 @@ void showframe(Context & context) { context._add(context.si, context.cx); context._cmp(context.ds.word(context.si), 0); if (!context.flags.z()) goto notblankshow; + context.ax = context.pop(); + context.dx = context.pop(); context.cx = 0; {assert(stack_depth == context.stack.size()); return; } notblankshow: |