mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-12 00:26:22 +00:00
Fix Ringslinger weapon ring penalty missnapment
This commit is contained in:
parent
57019ae532
commit
12b4b7f708
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…
Add table
Reference in a new issue