Skip to content

Commit

Permalink
fix incorrect variable type causing issues for UI sliders using small…
Browse files Browse the repository at this point in the history
… value ranges
  • Loading branch information
Chomenor committed Sep 25, 2021
1 parent f6b078c commit 241faa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/ui/ui_qmenu.c
Original file line number Diff line number Diff line change
Expand Up @@ -979,7 +979,7 @@ static sfxHandle_t Slider_Key( menuslider_s *s, int key )
{
sfxHandle_t sound;
int x;
int oldvalue;
float oldvalue;

switch (key)
{
Expand Down

0 comments on commit 241faa8

Please sign in to comment.