Mystery solved, he was turning "invisible" because of this mistake in A_DoNPCSkid

This commit is contained in:
Monster Iestyn 2019-05-04 22:38:14 +01:00
parent 691ae982e7
commit d44265a217
1 changed files with 1 additions and 1 deletions

View File

@ -12077,7 +12077,7 @@ void A_DoNPCSkid(mobj_t *actor)
x = actor->x;
y = actor->y;
z = actor->y;
z = actor->z;
if (!locvar2)
locvar2 = FRACUNIT/2;