mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-03-22 10:51:54 +00:00
Wrong bracket level for flashing-set.
This commit is contained in:
parent
147b7a5786
commit
445013b0f9
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue