diff --git a/contrib/games/wolf3d/wl_menu.cpp b/contrib/games/wolf3d/wl_menu.cpp index 5365fc152..d3c129143 100755 --- a/contrib/games/wolf3d/wl_menu.cpp +++ b/contrib/games/wolf3d/wl_menu.cpp @@ -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 }