mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-24 14:31:02 +00:00
...why is Metal overwriting his movecount to spawn explosions?
This commit is contained in:
parent
b1819355a3
commit
390d40ba6d
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…
Add table
Reference in a new issue