made it so music on intro has less interference
This commit is contained in:
parent
c5fa9c1de2
commit
c3124aaa97
2 changed files with 2 additions and 2 deletions
|
@ -597,7 +597,7 @@ void show_preferences_dialog(display& disp)
|
|||
|
||||
disp.update_display();
|
||||
|
||||
SDL_Delay(10);
|
||||
SDL_Delay(50);
|
||||
events::pump();
|
||||
}
|
||||
}
|
||||
|
|
|
@ -803,7 +803,7 @@ TITLE_RESULT show_title(display& screen)
|
|||
|
||||
events::pump();
|
||||
|
||||
SDL_Delay(20);
|
||||
SDL_Delay(50);
|
||||
}
|
||||
|
||||
return QUIT_GAME;
|
||||
|
|
Loading…
Add table
Reference in a new issue