forked from KolibriOS/kolibrios
Wolfenstein 3D:
- Fixed too long delay in the menu. git-svn-id: svn://kolibrios.org@8597 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
119ae0b605
commit
50415dcf52
@ -3484,7 +3484,7 @@ DrawHalfStep (int x, int y)
|
||||
VWB_DrawPic (x, y, C_CURSOR1PIC);
|
||||
VW_UpdateScreen ();
|
||||
SD_PlaySound (MOVEGUN1SND);
|
||||
SDL_Delay (8 * 100 / 7);
|
||||
SDL_Delay(1); //Fixed too long delay in the menu
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user