mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-23 03:12:38 +00:00
Mystery solved, he was turning "invisible" because of this mistake in A_DoNPCSkid
This commit is contained in:
parent
691ae982e7
commit
d44265a217
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue