mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-03-24 03:42:23 +00:00
Merge branch 'debug-fix' of https://git.magicalgirl.moe/KartKrew/Kart into debug-fix
This commit is contained in:
commit
b3b264e745
1 changed files with 2 additions and 2 deletions
|
@ -117,7 +117,7 @@ typedef union
|
|||
patch_t *blueflag;
|
||||
patch_t *redflag; // int_ctf uses this struct too.
|
||||
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
|
||||
int increase[MAXPLAYERS]; //how much did the score increase by?
|
||||
int time[MAXPLAYERS]; //Tournament Time
|
||||
|
@ -172,7 +172,7 @@ static void Y_UnloadData(void);
|
|||
// Level images
|
||||
typedef struct
|
||||
{
|
||||
char str[40];
|
||||
char str[62];
|
||||
patch_t *pic;
|
||||
} y_votelvlinfo;
|
||||
|
||||
|
|
Loading…
Reference in a new issue