aboutsummaryrefslogtreecommitdiff
path: root/engines/bladerunner/script/script.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/bladerunner/script/script.cpp')
-rw-r--r--engines/bladerunner/script/script.cpp11
1 files changed, 9 insertions, 2 deletions
diff --git a/engines/bladerunner/script/script.cpp b/engines/bladerunner/script/script.cpp
index 62754bea3c..5788936536 100644
--- a/engines/bladerunner/script/script.cpp
+++ b/engines/bladerunner/script/script.cpp
@@ -172,8 +172,15 @@ void ScriptBase::Actor_Clue_Add_To_Database(int a0, int a1, int a2, int a3, int
// ScriptBase::Animation_Stop
// ScriptBase::Animation_Skip_To_Frame
// ScriptBase::Delay
-// ScriptBase::Player_Loses_Control
-// ScriptBase::Player_Gains_Control
+
+void ScriptBase::Player_Loses_Control() {
+ _vm->playerLosesControl();
+}
+
+void ScriptBase::Player_Gains_Control() {
+ _vm->playerGainsControl();
+}
+
// ScriptBase::Player_Set_Combat_Mode
// ScriptBase::Player_Query_Combat_Mode
// ScriptBase::Player_Set_Combat_Mode_Access