From 2cc09b6b1097007b6eeac12882c03475e56e1be0 Mon Sep 17 00:00:00 2001 From: Peter Kohaut Date: Thu, 24 Jan 2019 22:57:41 +0100 Subject: BLADERUNNER: Fixes for game scripts & cleanup --- engines/bladerunner/script/scene_script.h | 6 +++--- 1 file changed, 3 insertions(+), 3 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 ee439018d2..cb0b3a4204 100644 --- a/engines/bladerunner/script/scene_script.h +++ b/engines/bladerunner/script/scene_script.h @@ -168,11 +168,11 @@ DECLARE_SCRIPT(DR02) END_SCRIPT DECLARE_SCRIPT(DR03) - void sub_401B18(); + void dialogueWithChew(); END_SCRIPT DECLARE_SCRIPT(DR04) - bool sub_401160(); + bool farEnoughFromExplosion(); END_SCRIPT DECLARE_SCRIPT(DR05) @@ -441,7 +441,7 @@ DECLARE_SCRIPT(TB06) END_SCRIPT DECLARE_SCRIPT(TB07) - void sub_401B0C(); + void McCoyTalkWithRachaelAndTyrell(); END_SCRIPT DECLARE_SCRIPT(UG01) -- cgit v1.2.3