mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-17 23:21:22 +00:00
...why is Metal overwriting his movecount to spawn explosions?
This commit is contained in:
parent
cfe8166998
commit
2eb8e6be49
1 changed files with 1 additions and 1 deletions
|
@ -6001,7 +6001,7 @@ static void P_Boss9Thinker(mobj_t *mobj)
|
|||
|
||||
if (mobj->health <= mobj->info->damage && mobj->fuse && !(mobj->fuse%TICRATE))
|
||||
{
|
||||
var1 = 1;
|
||||
var1 = 0;
|
||||
var2 = 0;
|
||||
A_BossScream(mobj);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue