mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 12:31:54 +00:00
22 needs to be added to these char arrays to account for zone title being a settable string
This commit is contained in:
parent
b7e8f89df7
commit
faf76d5e49
1 changed files with 2 additions and 2 deletions
|
|
@ -117,7 +117,7 @@ typedef union
|
||||||
patch_t *blueflag;
|
patch_t *blueflag;
|
||||||
patch_t *redflag; // int_ctf uses this struct too.
|
patch_t *redflag; // int_ctf uses this struct too.
|
||||||
INT32 numplayers; // Number of players being displayed
|
INT32 numplayers; // Number of players being displayed
|
||||||
char levelstring[40]; // holds levelnames up to 32 characters
|
char levelstring[62]; // holds levelnames up to 32 characters
|
||||||
// SRB2kart
|
// SRB2kart
|
||||||
int increase[MAXPLAYERS]; //how much did the score increase by?
|
int increase[MAXPLAYERS]; //how much did the score increase by?
|
||||||
int time[MAXPLAYERS]; //Tournament Time
|
int time[MAXPLAYERS]; //Tournament Time
|
||||||
|
|
@ -172,7 +172,7 @@ static void Y_UnloadData(void);
|
||||||
// Level images
|
// Level images
|
||||||
typedef struct
|
typedef struct
|
||||||
{
|
{
|
||||||
char str[40];
|
char str[62];
|
||||||
patch_t *pic;
|
patch_t *pic;
|
||||||
} y_votelvlinfo;
|
} y_votelvlinfo;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue