Fix compilation warning for Match penalty string. (Egads, straight into master! Shock! Horror!)

This commit is contained in:
toaster 2019-09-07 12:10:50 +01:00
parent 4c39225c3e
commit 92b77c987b
1 changed files with 1 additions and 1 deletions

View File

@ -1960,7 +1960,7 @@ static void ST_drawWeaponRing(powertype_t weapon, INT32 rwflag, INT32 wepflag, I
static void ST_drawMatchHUD(void)
{
char penaltystr[5];
char penaltystr[7];
const INT32 y = 176; // HUD_LIVES
INT32 offset = (BASEVIDWIDTH / 2) - (NUM_WEAPONS * 10) - 6;