aboutsummaryrefslogtreecommitdiff
path: root/engines/bladerunner/script/scene_script.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/bladerunner/script/scene_script.h')
-rw-r--r--engines/bladerunner/script/scene_script.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/engines/bladerunner/script/scene_script.h b/engines/bladerunner/script/scene_script.h
index 9f5a10029f..ed7bcebdee 100644
--- a/engines/bladerunner/script/scene_script.h
+++ b/engines/bladerunner/script/scene_script.h
@@ -302,8 +302,8 @@ DECLARE_SCRIPT(NR02)
END_SCRIPT
DECLARE_SCRIPT(NR03)
- void sub_40259C(int frame);
- void sub_402994();
+ void rotateActorOnTable(int frame);
+ void playNextMusic();
END_SCRIPT
DECLARE_SCRIPT(NR04)
@@ -314,10 +314,10 @@ END_SCRIPT
DECLARE_SCRIPT(NR05)
void rotateActorOnTable(int frame);
- void sub_4020B4();
- void sub_4022DC();
+ void talkToBartender();
+ void talkToEarlyQ();
void rotateActorOnGround(int actorId);
- void sub_402B9C();
+ void playNextMusic();
END_SCRIPT
DECLARE_SCRIPT(NR06)