mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 04:21:47 +00:00
Merge branch 'a_skullattack-hang' into 'master'
GFZ3's boss hangs when dodging See merge request STJr/SRB2Internal!403
This commit is contained in:
commit
00b8fc42b0
1 changed files with 2 additions and 1 deletions
|
|
@ -3322,7 +3322,8 @@ void A_SkullAttack(mobj_t *actor)
|
||||||
fixed_t oldradius = mobjinfo[MT_NULL].radius;
|
fixed_t oldradius = mobjinfo[MT_NULL].radius;
|
||||||
fixed_t oldheight = mobjinfo[MT_NULL].height;
|
fixed_t oldheight = mobjinfo[MT_NULL].height;
|
||||||
mobj_t *check;
|
mobj_t *check;
|
||||||
INT32 i, j, k;
|
INT32 i, j;
|
||||||
|
static INT32 k;/* static for (at least) GCC 9.1 weirdness */
|
||||||
boolean allow;
|
boolean allow;
|
||||||
angle_t testang;
|
angle_t testang;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue