made it so music on intro has less interference

This commit is contained in:
uid68803 2004-01-12 23:02:43 +00:00
parent c5fa9c1de2
commit c3124aaa97
2 changed files with 2 additions and 2 deletions

View file

@ -597,7 +597,7 @@ void show_preferences_dialog(display& disp)
disp.update_display();
SDL_Delay(10);
SDL_Delay(50);
events::pump();
}
}

View file

@ -803,7 +803,7 @@ TITLE_RESULT show_title(display& screen)
events::pump();
SDL_Delay(20);
SDL_Delay(50);
}
return QUIT_GAME;