mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Mystery solved, he was turning "invisible" because of this mistake in A_DoNPCSkid
This commit is contained in:
parent
ccf78f3660
commit
21f62c9d8c
1 changed files with 1 additions and 1 deletions
|
|
@ -12077,7 +12077,7 @@ void A_DoNPCSkid(mobj_t *actor)
|
||||||
|
|
||||||
x = actor->x;
|
x = actor->x;
|
||||||
y = actor->y;
|
y = actor->y;
|
||||||
z = actor->y;
|
z = actor->z;
|
||||||
|
|
||||||
if (!locvar2)
|
if (!locvar2)
|
||||||
locvar2 = FRACUNIT/2;
|
locvar2 = FRACUNIT/2;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue