mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-29 12:40:40 +00:00
Add parentheses
This commit is contained in:
parent
6152657885
commit
df503c7f19
1 changed files with 1 additions and 1 deletions
|
@ -4767,7 +4767,7 @@ void G_WriteGhostTic(mobj_t *ghost)
|
|||
if (abs(ghost->x-oldghost.x) > MAXMOM
|
||||
|| abs(ghost->y-oldghost.y) > MAXMOM
|
||||
|| abs(ghost->z-oldghost.z) > MAXMOM
|
||||
|| leveltime & 255 == 1) // Hack to enable slightly nicer resyncing
|
||||
|| (leveltime & 255 == 1)) // Hack to enable slightly nicer resyncing
|
||||
{
|
||||
oldghost.x = ghost->x;
|
||||
oldghost.y = ghost->y;
|
||||
|
|
Loading…
Reference in a new issue