aboutsummaryrefslogtreecommitdiff
path: root/sword2/build_display.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sword2/build_display.cpp')
-rw-r--r--sword2/build_display.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/sword2/build_display.cpp b/sword2/build_display.cpp
index d483355df6..8a07c82b51 100644
--- a/sword2/build_display.cpp
+++ b/sword2/build_display.cpp
@@ -974,6 +974,8 @@ void Screen::rollCredits() {
free(logoData);
if (!abortCredits) {
+ fadeDown();
+
// The music should either have stopped or be about to stop, so
// wait for it to really happen.
@@ -986,6 +988,8 @@ void Screen::rollCredits() {
if (_vm->_quit)
return;
+ waitForFade();
+
_vm->_sound->muteFx(false);
_vm->_sound->muteSpeech(false);