diff options
Diffstat (limited to 'sword2/startup.cpp')
-rw-r--r-- | sword2/startup.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sword2/startup.cpp b/sword2/startup.cpp index 5cb0d9bcf3..4524402deb 100644 --- a/sword2/startup.cpp +++ b/sword2/startup.cpp @@ -290,8 +290,8 @@ uint32 Con_start(uint8 *input) //Tony15Oct96 FN_stop_music(NULL); // fade out any music that is currently playing //--------------------------------------------- - UnpauseSpeech(); - StopSpeechBS2(); // halt the sample prematurely + g_bs2->_sound->UnpauseSpeech(); + g_bs2->_sound->StopSpeechBS2(); // halt the sample prematurely //-------------------------------------------------------------- // clean out all resources & flags, ready for a total restart (James24mar97) |