From a53c16c4a02593971a9f2746c43718f412657a71 Mon Sep 17 00:00:00 2001 From: Celtic Minstrel Date: Mon, 14 Apr 2014 02:58:52 -0400 Subject: [PATCH] Skip startup music along with splash screen --- osx/boe.graphics.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osx/boe.graphics.cpp b/osx/boe.graphics.cpp index 6e07a651..a0653d0a 100644 --- a/osx/boe.graphics.cpp +++ b/osx/boe.graphics.cpp @@ -261,7 +261,7 @@ void plop_fancy_startup() delay = time_in_ticks(delay).asMilliseconds(); mainPtr.display(); sf::Clock timer; - play_sound(-22); + if(show_startup_splash) play_sound(-22); while(timer.getElapsedTime().asMilliseconds() < delay) { if(mainPtr.pollEvent(event)) {