0
0
Fork 0
mirror of https://git.do.srb2.org/STJr/SRB2.git synced 2025-02-23 20:31:06 +00:00

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

View file

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