aboutsummaryrefslogtreecommitdiff
path: root/engines/bladerunner/script/scene/ug14.cpp
diff options
context:
space:
mode:
authorPeter Kohaut2019-01-14 21:09:12 +0100
committerPeter Kohaut2019-01-15 08:35:46 +0100
commitadf741a5cb9ea8ffcaa2cde141cb4250c1f7f0a5 (patch)
tree237f9a28b915c6d0f91ba9baf6fd5b82c5229247 /engines/bladerunner/script/scene/ug14.cpp
parent2eb6bba7bd5240f0e97a03f55da96967ef2ac4f1 (diff)
downloadscummvm-rg350-adf741a5cb9ea8ffcaa2cde141cb4250c1f7f0a5.tar.gz
scummvm-rg350-adf741a5cb9ea8ffcaa2cde141cb4250c1f7f0a5.tar.bz2
scummvm-rg350-adf741a5cb9ea8ffcaa2cde141cb4250c1f7f0a5.zip
BLADERUNNER: More variable names in the game scripts
Diffstat (limited to 'engines/bladerunner/script/scene/ug14.cpp')
-rw-r--r--engines/bladerunner/script/scene/ug14.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/bladerunner/script/scene/ug14.cpp b/engines/bladerunner/script/scene/ug14.cpp
index bb25791992..3fe534089d 100644
--- a/engines/bladerunner/script/scene/ug14.cpp
+++ b/engines/bladerunner/script/scene/ug14.cpp
@@ -96,7 +96,7 @@ bool SceneScriptUG14::ClickedOnExit(int exitId) {
Ambient_Sounds_Remove_All_Non_Looping_Sounds(1);
Ambient_Sounds_Remove_All_Looping_Sounds(1);
Game_Flag_Set(348);
- Set_Enter(90, kSceneUG19);
+ Set_Enter(kSetUG19, kSceneUG19);
}
return true;
}
@@ -114,7 +114,7 @@ bool SceneScriptUG14::ClickedOnExit(int exitId) {
Ambient_Sounds_Remove_All_Non_Looping_Sounds(1);
Ambient_Sounds_Remove_All_Looping_Sounds(1);
Game_Flag_Set(345);
- Set_Enter(6, kSceneUG12);
+ Set_Enter(kSetCT08_CT51_UG12, kSceneUG12);
}
return true;
}
@@ -137,7 +137,7 @@ bool SceneScriptUG14::ClickedOnExit(int exitId) {
Ambient_Sounds_Remove_All_Non_Looping_Sounds(1);
Ambient_Sounds_Remove_All_Looping_Sounds(1);
Game_Flag_Set(346);
- Set_Enter(83, kSceneUG10);
+ Set_Enter(kSetUG10, kSceneUG10);
}
return true;
}