Fix Autobrake/analog not showing up properly in record attack mode.

This commit is contained in:
toasterbabe 2017-10-23 23:29:55 +01:00
parent 77bcb5d502
commit 65e3cdc1fb
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{