mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-04 04:36:21 +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;
|
||||
#else
|
||||
compareval2 = cv_usejoystick2.value;
|
||||
compareval = cv_usejoystick.value
|
||||
compareval = cv_usejoystick.value;
|
||||
#endif
|
||||
|
||||
if ((setupcontrols_secondaryplayer && (i == compareval2))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue