mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-26 12:21:19 +00:00
Fix replay weirdness
Sryder's Pleasure Castle ghost tries to return to England with this line.
This commit is contained in:
parent
9ddea94590
commit
7c18d130f2
1 changed files with 1 additions and 1 deletions
|
@ -5141,7 +5141,7 @@ void G_GhostTicker(void)
|
||||||
for (i = 0; i < count; i++)
|
for (i = 0; i < count; i++)
|
||||||
{
|
{
|
||||||
g->p += 4; // reserved
|
g->p += 4; // reserved
|
||||||
demo_p += 4; // backwards compat.
|
type = READUINT32(g->p);
|
||||||
health = READUINT16(g->p);
|
health = READUINT16(g->p);
|
||||||
x = READFIXED(g->p);
|
x = READFIXED(g->p);
|
||||||
y = READFIXED(g->p);
|
y = READFIXED(g->p);
|
||||||
|
|
Loading…
Reference in a new issue