DREAMWEB: removed hacks, regenerated source

This commit is contained in:
Vladimir Menshakov 2011-06-13 22:41:51 +04:00 committed by Alyssa Milburn
parent 5cccea42e5
commit 8c9d00966f

View File

@ -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;