Skip to content

Commit

Permalink
fix horizontal mute placement when scr_showspeed 2
Browse files Browse the repository at this point in the history
  • Loading branch information
timbergeron committed Sep 19, 2024
1 parent 0a6380d commit 2668128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Quake/gl_screen.c
Original file line number Diff line number Diff line change
Expand Up @@ -2184,7 +2184,7 @@ void SCR_Mute(void)

if (!scr_showspeed.value || !cls.demoplayback)
x = 0;
if (scr_showspeed.value)
if (scr_showspeed.value == 1)
x = 40;
}

Expand Down

0 comments on commit 2668128

Please sign in to comment.