aboutsummaryrefslogtreecommitdiff
path: root/engines/bladerunner/script/scene.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/bladerunner/script/scene.h')
-rw-r--r--engines/bladerunner/script/scene.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/engines/bladerunner/script/scene.h b/engines/bladerunner/script/scene.h
index 0d4f574caa..b65f5f19b2 100644
--- a/engines/bladerunner/script/scene.h
+++ b/engines/bladerunner/script/scene.h
@@ -276,8 +276,8 @@ DECLARE_SCRIPT(MA04)
void sub_402F2C();
void sub_4032A0();
void sub_4034D8();
- void sub_403864();
- void sub_403DA8();
+ void turnOnTV();
+ void sleep();
END_SCRIPT
DECLARE_SCRIPT(MA05)
@@ -285,8 +285,8 @@ DECLARE_SCRIPT(MA05)
END_SCRIPT
DECLARE_SCRIPT(MA06)
- bool sub_4012C0();
- void sub_4014E4();
+ bool isElevatorOnDifferentFloor();
+ void activateElevator();
END_SCRIPT
DECLARE_SCRIPT(MA07)
@@ -410,7 +410,7 @@ END_SCRIPT
DECLARE_SCRIPT(RC01)
void sub_403850();
- void sub_4037AC();
+ void walkToCenter();
END_SCRIPT
DECLARE_SCRIPT(RC02)