mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-15 01:01:43 +00:00
Skip over type
CORRECTLY, this time.
This commit is contained in:
parent
7c18d130f2
commit
b5b4e1fcc8
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…
Reference in a new issue