...why is Metal overwriting his movecount to spawn explosions?

This commit is contained in:
toaster 2019-11-30 14:37:21 +00:00
parent cfe8166998
commit 2eb8e6be49

View file

@ -6001,7 +6001,7 @@ static void P_Boss9Thinker(mobj_t *mobj)
if (mobj->health <= mobj->info->damage && mobj->fuse && !(mobj->fuse%TICRATE)) if (mobj->health <= mobj->info->damage && mobj->fuse && !(mobj->fuse%TICRATE))
{ {
var1 = 1; var1 = 0;
var2 = 0; var2 = 0;
A_BossScream(mobj); A_BossScream(mobj);
} }