mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-11 23:32:04 +00:00
- removed a leftover line from before the floating point conversion in p_user.cpp.
This commit is contained in:
parent
8cbdbdaf70
commit
8ad49f5d33
1 changed files with 0 additions and 1 deletions
|
@ -1510,7 +1510,6 @@ void APlayerPawn::TweakSpeeds (double &forward, double &side)
|
||||||
}
|
}
|
||||||
|
|
||||||
if (fabs(side) < 0x2800)
|
if (fabs(side) < 0x2800)
|
||||||
if ((unsigned int)(side + 0x27ff) < 0x4fff)
|
|
||||||
{
|
{
|
||||||
side *= SideMove1;
|
side *= SideMove1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue