- removed a leftover line from before the floating point conversion in p_user.cpp.

This commit is contained in:
Christoph Oelckers 2016-04-06 13:21:17 +02:00
parent 8cbdbdaf70
commit 8ad49f5d33
1 changed files with 0 additions and 1 deletions

View File

@ -1510,7 +1510,6 @@ void APlayerPawn::TweakSpeeds (double &forward, double &side)
}
if (fabs(side) < 0x2800)
if ((unsigned int)(side + 0x27ff) < 0x4fff)
{
side *= SideMove1;
}