increase some string buffers to silence some more warnings

This commit is contained in:
Fabian Greffrath 2020-01-08 15:18:24 +01:00
parent 960c30c342
commit 14720f7ca1
2 changed files with 2 additions and 2 deletions

View File

@ -784,7 +784,7 @@ void ST_Drawer(boolean fullscreen, boolean refresh)
void ST_loadGraphics(void) void ST_loadGraphics(void)
{ {
int i, facenum; int i, facenum;
char namebuf[9]; char namebuf[32];
// Load the numbers, tall and short // Load the numbers, tall and short
for (i=0;i<10;i++) for (i=0;i<10;i++)

View File

@ -1808,7 +1808,7 @@ void WI_DrawBackground(void)
static void WI_loadData(void) static void WI_loadData(void)
{ {
int i,j; int i,j;
char name[9]; char name[32];
WI_DrawBackground(); // killough 11/98 WI_DrawBackground(); // killough 11/98