mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Fix replay weirdness
Sryder's Pleasure Castle ghost tries to return to England with this line.
This commit is contained in:
parent
d2a286efd7
commit
e5885aad6f
1 changed files with 1 additions and 1 deletions
|
|
@ -5141,7 +5141,7 @@ void G_GhostTicker(void)
|
|||
for (i = 0; i < count; i++)
|
||||
{
|
||||
g->p += 4; // reserved
|
||||
demo_p += 4; // backwards compat.
|
||||
type = READUINT32(g->p);
|
||||
health = READUINT16(g->p);
|
||||
x = READFIXED(g->p);
|
||||
y = READFIXED(g->p);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue