mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 07:12:16 +00:00
- Fixed: god2 didn't trigger invulnerability in SBarInfo.
This commit is contained in:
parent
354ec022b3
commit
e46b25f628
1 changed files with 1 additions and 1 deletions
|
@ -525,7 +525,7 @@ class CommandDrawSwitchableImage : public CommandDrawImage
|
||||||
}
|
}
|
||||||
else if(condition == INVULNERABILITY)
|
else if(condition == INVULNERABILITY)
|
||||||
{
|
{
|
||||||
if(statusBar->CPlayer->cheats&CF_GODMODE)
|
if(statusBar->CPlayer->cheats&(CF_GODMODE|CF_GODMODE2))
|
||||||
{
|
{
|
||||||
drawAlt = 1;
|
drawAlt = 1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue