mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-04-22 09:40:46 +00:00
parent
d76110c0d7
commit
6685af1816
1 changed files with 1 additions and 1 deletions
|
@ -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];
|
||||
|
|
Loading…
Reference in a new issue