mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-13 11:30:44 +00:00
- Blood: fixed pod fireballs not exploding.
Looks like something went wrong with cleaning out the broken code that once was here.
This commit is contained in:
parent
e010dce812
commit
f3e10a595d
1 changed files with 1 additions and 1 deletions
|
@ -5888,7 +5888,7 @@ static void actCheckThings()
|
|||
break;
|
||||
|
||||
case kThingPodFireBall:
|
||||
if (hit.type == kHitSprite) actExplodeSprite(actor);
|
||||
actExplodeSprite(actor);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue