mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-10 00:34:32 +00:00
Skip over type
CORRECTLY, this time.
This commit is contained in:
parent
e5885aad6f
commit
6cdc1f4f24
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
|
||||
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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue