aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/nebular/nebular_scenes1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mads/nebular/nebular_scenes1.cpp')
-rw-r--r--engines/mads/nebular/nebular_scenes1.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/mads/nebular/nebular_scenes1.cpp b/engines/mads/nebular/nebular_scenes1.cpp
index 1ee1990cdd..d12c2d78d2 100644
--- a/engines/mads/nebular/nebular_scenes1.cpp
+++ b/engines/mads/nebular/nebular_scenes1.cpp
@@ -257,6 +257,11 @@ void Scene103::preActions() {
}
void Scene103::actions() {
+ if (_action._savedLookFlag) {
+ Dialog::show(0x2852);
+ }
+
+ _action._inProgress = false;
}
void Scene103::postActions() {