From 5e2fb6fb2672137f9dbcf6f17b8de9c312b236e6 Mon Sep 17 00:00:00 2001 From: Peter Kohaut Date: Sat, 19 Jan 2019 23:12:45 +0100 Subject: BLADERUNNER: More variable names in the game scripts Fixed some errors as well --- engines/bladerunner/script/scene_script.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'engines/bladerunner/script/scene_script.h') diff --git a/engines/bladerunner/script/scene_script.h b/engines/bladerunner/script/scene_script.h index 12c17cedb4..de9cd0dda5 100644 --- a/engines/bladerunner/script/scene_script.h +++ b/engines/bladerunner/script/scene_script.h @@ -364,7 +364,7 @@ DECLARE_SCRIPT(PS03) END_SCRIPT DECLARE_SCRIPT(PS04) - void sub_4017E4(); + void dialogueWithGuzza(); END_SCRIPT DECLARE_SCRIPT(PS05) @@ -420,15 +420,15 @@ DECLARE_SCRIPT(RC03) END_SCRIPT DECLARE_SCRIPT(RC04) - void sub_401DF4(); + void dialogueWithBulletBob(); END_SCRIPT DECLARE_SCRIPT(RC51) END_SCRIPT DECLARE_SCRIPT(TB02) - void sub_402644(); - void sub_402B50(); + void dialogueWithTyrellGuard(); + void dialogueWithSteele(); END_SCRIPT DECLARE_SCRIPT(TB03) -- cgit v1.2.3