mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Fix Ghost z not being set properly. Again.
This commit is contained in:
parent
0c03442a69
commit
7190ee977b
1 changed files with 1 additions and 0 deletions
|
|
@ -5858,6 +5858,7 @@ void G_AddGhost(char *defdemoname)
|
||||||
if (z > c)
|
if (z > c)
|
||||||
z = c;
|
z = c;
|
||||||
}
|
}
|
||||||
|
gh->mo->z = z;
|
||||||
}
|
}
|
||||||
gh->mo->state = states+S_KART_STND1; // SRB2kart - was S_PLAY_STND
|
gh->mo->state = states+S_KART_STND1; // SRB2kart - was S_PLAY_STND
|
||||||
gh->mo->sprite = gh->mo->state->sprite;
|
gh->mo->sprite = gh->mo->state->sprite;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue