mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-10 10:02:41 +00:00
Merge branch 'ringslinger-penalty-snap' into 'next'
Fix Ringslinger weapon ring penalty missnapment See merge request STJr/SRB2!1120
This commit is contained in:
commit
d330ad6b01
1 changed files with 1 additions and 1 deletions
|
|
@ -2195,7 +2195,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, penaltystr);
|
V_REDMAP|V_SNAPTOBOTTOM, penaltystr);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue