mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-04 07:52:22 +00:00
d'oh
This commit is contained in:
parent
bfcb6cc67e
commit
64508edabc
1 changed files with 1 additions and 1 deletions
|
|
@ -5074,7 +5074,7 @@ void G_WriteGhostTic(mobj_t *ghost)
|
||||||
if (abs(ghost->x-oldghost.x) > MAXMOM
|
if (abs(ghost->x-oldghost.x) > MAXMOM
|
||||||
|| abs(ghost->y-oldghost.y) > MAXMOM
|
|| abs(ghost->y-oldghost.y) > MAXMOM
|
||||||
|| abs(ghost->z-oldghost.z) > 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.x = ghost->x;
|
||||||
oldghost.y = ghost->y;
|
oldghost.y = ghost->y;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue