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:
turbocat 2021-02-18 21:15:28 +00:00
parent 119ae0b605
commit 50415dcf52

View File

@ -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
}