mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-28 04:51:42 +00:00
Missing ;
This commit is contained in:
parent
1e822edb70
commit
2b33529b7c
1 changed files with 1 additions and 1 deletions
|
|
@ -10523,7 +10523,7 @@ static void M_DrawJoystick(void)
|
||||||
compareval = cv_usejoystick.value;
|
compareval = cv_usejoystick.value;
|
||||||
#else
|
#else
|
||||||
compareval2 = cv_usejoystick2.value;
|
compareval2 = cv_usejoystick2.value;
|
||||||
compareval = cv_usejoystick.value
|
compareval = cv_usejoystick.value;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if ((setupcontrols_secondaryplayer && (i == compareval2))
|
if ((setupcontrols_secondaryplayer && (i == compareval2))
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue