mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-03-03 07:51:09 +00:00
d'oh
This commit is contained in:
parent
e35f65eee2
commit
286866d2b6
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…
Reference in a new issue