Fix replay weirdness

Sryder's Pleasure Castle ghost tries to return to England with this line.
This commit is contained in:
wolfy852 2019-01-31 23:21:00 -06:00
parent 9ddea94590
commit 7c18d130f2

View file

@ -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);