aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/dreamweb/dreamgen.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/dreamweb/dreamgen.cpp b/engines/dreamweb/dreamgen.cpp
index bcca8ae2aa..331c8abbd7 100644
--- a/engines/dreamweb/dreamgen.cpp
+++ b/engines/dreamweb/dreamgen.cpp
@@ -5802,6 +5802,7 @@ void biblequote(Context & context) {
if (context.flags.z()) goto biblequotearly;
cancelch0(context);
biblequotearly:
+ context.data.byte(kLasthardkey) = 0;
{assert(stack_depth == context.stack.size()); return; }
}
@@ -5859,6 +5860,7 @@ void intro(Context & context) {
getridoftemptext(context);
clearbeforeload(context);
introearly:
+ context.data.byte(kLasthardkey) = 0;
{assert(stack_depth == context.stack.size()); return; }
}
@@ -6059,6 +6061,7 @@ void realcredits(Context & context) {
context.cx = 256;
hangone(context);
realcreditsearly:
+ context.data.byte(kLasthardkey) = 0;
{assert(stack_depth == context.stack.size()); return; }
}