mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-25 22:01:01 +00:00
Fix Ringslinger weapon ring penalty missplitment
This commit is contained in:
parent
9ad9683c66
commit
cade6f3cf6
1 changed files with 1 additions and 1 deletions
|
@ -2188,7 +2188,7 @@ static void ST_drawMatchHUD(void)
|
||||||
{
|
{
|
||||||
sprintf(penaltystr, "-%d", stplyr->ammoremoval);
|
sprintf(penaltystr, "-%d", stplyr->ammoremoval);
|
||||||
V_DrawString(offset + 8 + stplyr->ammoremovalweapon * 20, y,
|
V_DrawString(offset + 8 + stplyr->ammoremovalweapon * 20, y,
|
||||||
V_REDMAP|V_SNAPTOBOTTOM, penaltystr);
|
V_REDMAP|V_SNAPTOBOTTOM|V_PERPLAYER, penaltystr);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue