diff options
author | Vladimir Menshakov | 2011-06-13 22:41:51 +0400 |
---|---|---|
committer | Alyssa Milburn | 2011-06-15 17:34:51 +0200 |
commit | 8c9d00966fa061f44db6ceb3b14bed931157f46c (patch) | |
tree | 6c05c6b807d4e60c9d89468e94699fd7c138e8fe | |
parent | 5cccea42e5a9bccdb85a764253d5fba2ed9fa3f3 (diff) | |
download | scummvm-rg350-8c9d00966fa061f44db6ceb3b14bed931157f46c.tar.gz scummvm-rg350-8c9d00966fa061f44db6ceb3b14bed931157f46c.tar.bz2 scummvm-rg350-8c9d00966fa061f44db6ceb3b14bed931157f46c.zip |
DREAMWEB: removed hacks, regenerated source
-rw-r--r-- | engines/dreamweb/dreamgen.cpp | 3 |
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; |