Comment for insanity

This commit is contained in:
James R 2019-10-21 14:28:22 -07:00
parent e2f2166d24
commit ea0a0f4f3c
1 changed files with 1 additions and 1 deletions

View File

@ -3321,7 +3321,7 @@ void A_SkullAttack(mobj_t *actor)
fixed_t oldheight = mobjinfo[MT_NULL].height;
mobj_t *check;
INT32 i, j;
static INT32 k;
static INT32 k;/* static for (at least) GCC 9.1 weirdness */
boolean allow;
angle_t testang;