aboutsummaryrefslogtreecommitdiff
path: root/engines/bladerunner/script/scene/ct09.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/bladerunner/script/scene/ct09.cpp')
-rw-r--r--engines/bladerunner/script/scene/ct09.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/bladerunner/script/scene/ct09.cpp b/engines/bladerunner/script/scene/ct09.cpp
index 3c883f4aca..10b0a77f9c 100644
--- a/engines/bladerunner/script/scene/ct09.cpp
+++ b/engines/bladerunner/script/scene/ct09.cpp
@@ -112,7 +112,7 @@ bool SceneScriptCT09::ClickedOnExit(int exitId) {
Ambient_Sounds_Remove_All_Non_Looping_Sounds(1);
Ambient_Sounds_Remove_All_Looping_Sounds(1);
Game_Flag_Set(84);
- Set_Enter(6, 20);
+ Set_Enter(6, kSceneCT08);
}
return true;
}
@@ -121,7 +121,7 @@ bool SceneScriptCT09::ClickedOnExit(int exitId) {
Ambient_Sounds_Remove_All_Non_Looping_Sounds(1);
Ambient_Sounds_Remove_All_Looping_Sounds(1);
Game_Flag_Set(83);
- Set_Enter(33, 23);
+ Set_Enter(33, kSceneCT11);
}
return true;
}
@@ -130,7 +130,7 @@ bool SceneScriptCT09::ClickedOnExit(int exitId) {
Ambient_Sounds_Remove_All_Non_Looping_Sounds(1);
Ambient_Sounds_Remove_All_Looping_Sounds(1);
Game_Flag_Set(82);
- Set_Enter(32, 22);
+ Set_Enter(32, kSceneCT10);
}
return true;
}