Wrong bracket level for flashing-set.

This commit is contained in:
toaster 2018-10-01 22:44:17 +01:00
parent 147b7a5786
commit 445013b0f9
1 changed files with 2 additions and 2 deletions

View File

@ -3037,9 +3037,9 @@ static void K_DoSPB(player_t *victim)
{
K_DropHnextList(victim);
K_StripItems(victim);
}
victim->powers[pw_flashing] = 0;
victim->powers[pw_flashing] = 0;
}
spbexplode = P_SpawnMobj(victim->mo->x, victim->mo->y, victim->mo->z, MT_BLUEEXPLOSION);