Init textcmd buffer as NULL
This commit is contained in:
parent
531be32abd
commit
67e9fe3e49
1 changed files with 1 additions and 1 deletions
|
|
@ -203,7 +203,7 @@ struct textcmdbuf_s
|
|||
UINT8 cmd[MAXTEXTCMD];
|
||||
};
|
||||
|
||||
static textcmdbuf_t *textcmdbuf[MAXSPLITSCREENPLAYERS];
|
||||
static textcmdbuf_t *textcmdbuf[MAXSPLITSCREENPLAYERS] = {NULL};
|
||||
|
||||
static ticcmd_t playercmds[MAXPLAYERS];
|
||||
ticcmd_t netcmds[BACKUPTICS][MAXPLAYERS];
|
||||
|
|
|
|||
Loading…
Reference in a new issue