Fix missing flashtics check on bananas
This commit is contained in:
parent
65d346a93e
commit
16ab5ea0e4
1 changed files with 2 additions and 0 deletions
|
|
@ -169,6 +169,8 @@ boolean K_BananaBallhogCollide(mobj_t *t1, mobj_t *t2)
|
|||
|
||||
if (t2->player)
|
||||
{
|
||||
if (t2->player->flashing > 0)
|
||||
return true;
|
||||
|
||||
// Banana snipe!
|
||||
if (t1->type == MT_BANANA && t1->health > 1)
|
||||
|
|
|
|||
Loading…
Reference in a new issue