aboutsummaryrefslogtreecommitdiff
path: root/engines/pegasus
diff options
context:
space:
mode:
Diffstat (limited to 'engines/pegasus')
-rwxr-xr-xengines/pegasus/menu.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/engines/pegasus/menu.cpp b/engines/pegasus/menu.cpp
index fb6af17870..2aba4f0d94 100755
--- a/engines/pegasus/menu.cpp
+++ b/engines/pegasus/menu.cpp
@@ -237,7 +237,10 @@ void MainMenu::startMainMenuLoop() {
_menuLoop.loopSound();
spec.makeTwoKnotFaderSpec(30, 0, 0, 30, 255);
- _menuFader.startFaderSync(spec);
+
+ // FIXME: Should be sync, but it's a pain to use the main menu right now
+ // with this one.
+ _menuFader.startFader(spec);
}
void MainMenu::stopMainMenuLoop() {