Skip to content

Commit

Permalink
Restore accidental line edits by IDE
Browse files Browse the repository at this point in the history
  • Loading branch information
Diordany committed Nov 14, 2023
1 parent 0bde5f5 commit 408946b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Quake/menu.c
Original file line number Diff line number Diff line change
Expand Up @@ -1092,9 +1092,9 @@ void M_AdjustSliders (int dir)
curr_alwaysrun = ALWAYSRUN_VANILLA;
else
curr_alwaysrun = ALWAYSRUN_OFF;

target_alwaysrun = (ALWAYSRUN_ITEMS + curr_alwaysrun + dir) % ALWAYSRUN_ITEMS;

if (target_alwaysrun == ALWAYSRUN_VANILLA)
{
Cvar_SetValue ("cl_alwaysrun", 0);
Expand Down Expand Up @@ -1203,7 +1203,7 @@ void M_Options_Draw (void)
M_Print (16, 32 + 8*OPT_CONTRAST, " Contrast");
r = vid_contrast.value - 1.0;
M_DrawSlider (220, 32 + 8*OPT_CONTRAST, r);

// OPT_MOUSESPEED:
M_Print (16, 32 + 8*OPT_MOUSESPEED, " Mouse Speed");
r = (sensitivity.value - 1)/10;
Expand Down

0 comments on commit 408946b

Please sign in to comment.