mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-21 18:32:08 +00:00
Missing ;
This commit is contained in:
parent
336c5cc61d
commit
a58c794691
1 changed files with 1 additions and 1 deletions
|
@ -10523,7 +10523,7 @@ static void M_DrawJoystick(void)
|
|||
compareval = cv_usejoystick.value;
|
||||
#else
|
||||
compareval2 = cv_usejoystick2.value;
|
||||
compareval = cv_usejoystick.value
|
||||
compareval = cv_usejoystick.value;
|
||||
#endif
|
||||
|
||||
if ((setupcontrols_secondaryplayer && (i == compareval2))
|
||||
|
|
Loading…
Reference in a new issue