mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-30 21:20:54 +00:00
Fix compilation warning for Match penalty string. (Egads, straight into master! Shock! Horror!)
This commit is contained in:
parent
4c39225c3e
commit
92b77c987b
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue