aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
Diffstat (limited to 'engines')
-rw-r--r--engines/dreamweb/dreamgen.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/dreamweb/dreamgen.cpp b/engines/dreamweb/dreamgen.cpp
index 5891e719a0..dca8d5fa17 100644
--- a/engines/dreamweb/dreamgen.cpp
+++ b/engines/dreamweb/dreamgen.cpp
@@ -10330,6 +10330,8 @@ endmon:
playchannel1(context);
context.data.byte(kManisoffscreen) = 0;
restoreall(context);
+ redrawmainscrn(context);
+ worktoscreenm(context);
{assert(stack_depth == context.stack.size()); return; }
}
@@ -20819,7 +20821,6 @@ dontrestore:
void restoreall(Context & context) {
uint stack_depth = context.stack.size();
- clearsprites(context);
context.al = context.data.byte(kLocation);
getroomdata(context);
context.dx = context.bx;