aboutsummaryrefslogtreecommitdiff
path: root/engines/bladerunner/script/scene/ug15.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/bladerunner/script/scene/ug15.cpp')
-rw-r--r--engines/bladerunner/script/scene/ug15.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/bladerunner/script/scene/ug15.cpp b/engines/bladerunner/script/scene/ug15.cpp
index 6d0ae376e5..e35121fe11 100644
--- a/engines/bladerunner/script/scene/ug15.cpp
+++ b/engines/bladerunner/script/scene/ug15.cpp
@@ -108,7 +108,7 @@ bool SceneScriptUG15::ClickedOnExit(int exitId) {
Ambient_Sounds_Remove_All_Non_Looping_Sounds(1);
Ambient_Sounds_Remove_All_Looping_Sounds(1);
Game_Flag_Set(352);
- Set_Enter(88, 101);
+ Set_Enter(88, kSceneUG17);
}
return true;
}
@@ -117,7 +117,7 @@ bool SceneScriptUG15::ClickedOnExit(int exitId) {
Ambient_Sounds_Remove_All_Non_Looping_Sounds(1);
Ambient_Sounds_Remove_All_Looping_Sounds(1);
Game_Flag_Set(152);
- Set_Enter(19, 100);
+ Set_Enter(19, kSceneUG16);
}
return true;
}
@@ -129,7 +129,7 @@ bool SceneScriptUG15::ClickedOnExit(int exitId) {
Ambient_Sounds_Remove_All_Non_Looping_Sounds(1);
Ambient_Sounds_Remove_All_Looping_Sounds(1);
Game_Flag_Set(354);
- Set_Enter(19, 100);
+ Set_Enter(19, kSceneUG16);
}
return true;
}
@@ -138,7 +138,7 @@ bool SceneScriptUG15::ClickedOnExit(int exitId) {
Ambient_Sounds_Remove_All_Non_Looping_Sounds(1);
Ambient_Sounds_Remove_All_Looping_Sounds(1);
Game_Flag_Set(350);
- Set_Enter(85, 97);
+ Set_Enter(85, kSceneUG13);
}
return true;
}