aboutsummaryrefslogtreecommitdiff
path: root/engines/bladerunner/script/script.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/bladerunner/script/script.h')
-rw-r--r--engines/bladerunner/script/script.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/bladerunner/script/script.h b/engines/bladerunner/script/script.h
index 90266df764..7faf3886b2 100644
--- a/engines/bladerunner/script/script.h
+++ b/engines/bladerunner/script/script.h
@@ -176,7 +176,7 @@ protected:
void Ambient_Sounds_Add_Speech_Sound(int actorId, int sentenceId, int timeMin, int timeMax, int volumeMin, int volumeMax, int panStartMin, int panStartMax, int panEndMin, int panEndMax, int priority, int unk);
// Ambient_Sounds_Remove_Speech_Sound
void Ambient_Sounds_Play_Sound(int sfxId, int volume, int panStart, int panEnd, int priority);
- // Ambient_Sounds_Play_Speech_Sound
+ void Ambient_Sounds_Play_Speech_Sound(int actorId, int sfxId, int volume, int panStart, int panEnd, int priority);
void Ambient_Sounds_Remove_All_Non_Looping_Sounds(bool stopPlaying);
void Ambient_Sounds_Add_Looping_Sound(int sfxId, int volume, int pan, int delay);
void Ambient_Sounds_Adjust_Looping_Sound(int sfxId, int volume, int pan, int delay);