mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-12 22:02:12 +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…
Reference in a new issue