Fix Doom Classic build failure with gcc 11 (fix issues #552 and #587)

This commit is contained in:
Stephen Saunders 2021-06-18 01:22:51 -04:00
parent d76110c0d7
commit 6685af1816

View file

@ -374,7 +374,7 @@ menuitem_t LoadExpMenu[2];
menu_t LoadExpDef;
menuitem_t SaveMenu[6];
menu_t SaveDef;
char tempstring[80];
char tempstring[128]; // SRS - extended from 80 to 128 to handle worst case string length (gcc 11 error checking)
int epi;
int exp;
int quitsounds[8];