mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-02-17 17:41:57 +00:00
Fix build warning
This commit is contained in:
parent
c4ca8621c6
commit
fea160c89f
1 changed files with 1 additions and 2 deletions
|
@ -1168,8 +1168,7 @@ void readgametype(MYFILE *f, INT32 num)
|
|||
UINT8 newgtleftcolor, newgtrightcolor;
|
||||
boolean has_desc_colors[2] = { false, false };
|
||||
|
||||
memset(gtconst, 0, sizeof(gtconst));
|
||||
memset(gtdescription, 0, sizeof(gtconst));
|
||||
gtconst[0] = '\0';
|
||||
|
||||
strcpy(gtdescription, "???");
|
||||
|
||||
|
|
Loading…
Reference in a new issue