Bruh moment

This commit is contained in:
LightCat 2019-07-15 10:01:46 +02:00 committed by GitHub
parent eae23f5aee
commit acd7b2c838
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -484,7 +484,7 @@ void ProcessUserCmd(CUserCmd *cmd)
y += *bSendPackets ? 90.0f : -90.0f;
break;
case 19: // Fake left
y += !*bSendPackets ? -90.0f : -90.0f;
y += *bSendPackets ? -90.0f : -90.0f;
break;
case 21: // Fake reverse edge
if (*bSendPackets)