aboutsummaryrefslogtreecommitdiff
path: root/sword2/startup.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sword2/startup.cpp')
-rw-r--r--sword2/startup.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/sword2/startup.cpp b/sword2/startup.cpp
index 4009f3451b..3c778b8d5a 100644
--- a/sword2/startup.cpp
+++ b/sword2/startup.cpp
@@ -255,8 +255,8 @@ uint32 Con_start(uint8 *input) {
FN_stop_music(NULL);
// halt the sample prematurely
- g_sound->UnpauseSpeech();
- g_sound->StopSpeechSword2();
+ g_sound->unpauseSpeech();
+ g_sound->stopSpeech();
// clean out all resources & flags, ready for a total
// restart (James24mar97)