mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-08 17:13:15 +00:00
Fix Autobrake/analog not showing up properly in record attack mode.
This commit is contained in:
parent
77bcb5d502
commit
65e3cdc1fb
1 changed files with 1 additions and 1 deletions
|
|
@ -946,7 +946,7 @@ static void ST_drawInput(void)
|
|||
// text above
|
||||
x -= 2;
|
||||
y -= 13;
|
||||
if (!stplyr->powers[pw_carry] == CR_NIGHTSMODE)
|
||||
if (stplyr->powers[pw_carry] != CR_NIGHTSMODE)
|
||||
{
|
||||
if (stplyr->pflags & PF_AUTOBRAKE)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue