Skip over type

CORRECTLY, this time.
This commit is contained in:
wolfy852 2019-02-01 15:42:29 -06:00
parent 7c18d130f2
commit b5b4e1fcc8
1 changed files with 1 additions and 1 deletions

View File

@ -5141,7 +5141,7 @@ void G_GhostTicker(void)
for (i = 0; i < count; i++)
{
g->p += 4; // reserved
type = READUINT32(g->p);
g->p += 4; // backwards compat., type used to be here
health = READUINT16(g->p);
x = READFIXED(g->p);
y = READFIXED(g->p);