Fix Ringslinger weapon ring penalty missnapment

This commit is contained in:
Zwip-Zwap Zapony 2020-08-18 11:42:35 +02:00
parent 16362388fc
commit d87c0eeaf1
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
}