From c808844ad6ac37171db1fa56cc0eeb96142a59b1 Mon Sep 17 00:00:00 2001 From: Vladimir Menshakov Date: Mon, 13 Jun 2011 02:50:07 +0400 Subject: DREAMWEB: regenerated the source --- engines/dreamweb/dreamgen.cpp | 2 ++ 1 file changed, 2 insertions(+) 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: -- cgit v1.2.3