- Fixed: god2 didn't trigger invulnerability in SBarInfo.

This commit is contained in:
Braden Obrzut 2015-05-20 12:54:13 -04:00
parent 354ec022b3
commit e46b25f628
1 changed files with 1 additions and 1 deletions

View File

@ -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;
} }