aboutsummaryrefslogtreecommitdiff
path: root/engines/bladerunner/script/scene/hf07.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/bladerunner/script/scene/hf07.cpp')
-rw-r--r--engines/bladerunner/script/scene/hf07.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/bladerunner/script/scene/hf07.cpp b/engines/bladerunner/script/scene/hf07.cpp
index 1669afb104..bdd748fdf0 100644
--- a/engines/bladerunner/script/scene/hf07.cpp
+++ b/engines/bladerunner/script/scene/hf07.cpp
@@ -83,7 +83,7 @@ bool SceneScriptHF07::ClickedOnExit(int exitId) {
}
Ambient_Sounds_Remove_All_Non_Looping_Sounds(1);
Ambient_Sounds_Remove_All_Looping_Sounds(1);
- Set_Enter(41, 38);
+ Set_Enter(41, kSceneHF05);
}
return true;
}
@@ -97,7 +97,7 @@ bool SceneScriptHF07::ClickedOnExit(int exitId) {
Ambient_Sounds_Remove_All_Non_Looping_Sounds(1);
Ambient_Sounds_Remove_All_Looping_Sounds(1);
Game_Flag_Set(360);
- Set_Enter(78, 90);
+ Set_Enter(78, kSceneUG05);
}
return true;
}