Merge remote-tracking branch 'origin/master' into renderswitch

This commit is contained in:
Jaime Passos 2019-11-12 20:27:49 -03:00
commit e05d1ea5dc
1 changed files with 2 additions and 1 deletions

View File

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