aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/teenagent/scene.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/teenagent/scene.cpp b/engines/teenagent/scene.cpp
index d4b1840e30..8c270c18f5 100644
--- a/engines/teenagent/scene.cpp
+++ b/engines/teenagent/scene.cpp
@@ -671,6 +671,10 @@ bool Scene::render(OSystem *system) {
}
}
}
+ if (restart) {
+ system->unlockScreen();
+ continue;
+ }
//render on
if (debug_features.feature[DebugFeatures::kShowOn]) {
on.render(surface, actor_animation_position);