mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-21 18:32:08 +00:00
Fix Ringslinger weapon ring penalty missnapment
This commit is contained in:
parent
16362388fc
commit
d87c0eeaf1
1 changed files with 1 additions and 1 deletions
|
@ -2195,7 +2195,7 @@ static void ST_drawMatchHUD(void)
|
|||
{
|
||||
sprintf(penaltystr, "-%d", stplyr->ammoremoval);
|
||||
V_DrawString(offset + 8 + stplyr->ammoremovalweapon * 20, y,
|
||||
V_REDMAP, penaltystr);
|
||||
V_REDMAP|V_SNAPTOBOTTOM, penaltystr);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue