Skip startup music along with splash screen

This commit is contained in:
2014-04-14 02:58:52 -04:00
parent 0d53357955
commit a53c16c4a0

View File

@@ -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)) {