mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-18 07:22:28 +00:00
Minor correction to force-hud conditional.
This commit is contained in:
parent
0ee2937392
commit
ea30450180
1 changed files with 1 additions and 1 deletions
|
@ -812,7 +812,7 @@ static void ST_drawFirstPersonHUD(void)
|
|||
return;
|
||||
|
||||
// Graue 06-18-2004: no V_NOSCALESTART, no SCX, no SCY, snap to right
|
||||
if (player->powers[pw_shield] & SH_FORCE)
|
||||
if ((player->powers[pw_shield] & SH_NOSTACK & ~SH_FORCEHP) == SH_FORCE)
|
||||
{
|
||||
if ((player->powers[pw_shield] & SH_FORCEHP) > 0 || leveltime & 1)
|
||||
p = forceshield;
|
||||
|
|
Loading…
Reference in a new issue