mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-15 09:01:24 +00:00
Fixed an issue where multiple invulnerability powerups could cancel each other out from just one expiring.
This commit is contained in:
parent
898860eebf
commit
ac015c4bb9
1 changed files with 1 additions and 1 deletions
|
@ -356,7 +356,7 @@ class PowerInvulnerable : Powerup
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Owner.bInvulnerable = true;
|
||||||
if (Mode == 'Ghost')
|
if (Mode == 'Ghost')
|
||||||
{
|
{
|
||||||
if (!Owner.bShadow)
|
if (!Owner.bShadow)
|
||||||
|
|
Loading…
Reference in a new issue