mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-22 03:12:00 -04:00
increase some string buffers to silence some more warnings
This commit is contained in:
parent
960c30c342
commit
14720f7ca1
@ -784,7 +784,7 @@ void ST_Drawer(boolean fullscreen, boolean refresh)
|
||||
void ST_loadGraphics(void)
|
||||
{
|
||||
int i, facenum;
|
||||
char namebuf[9];
|
||||
char namebuf[32];
|
||||
|
||||
// Load the numbers, tall and short
|
||||
for (i=0;i<10;i++)
|
||||
|
@ -1808,7 +1808,7 @@ void WI_DrawBackground(void)
|
||||
static void WI_loadData(void)
|
||||
{
|
||||
int i,j;
|
||||
char name[9];
|
||||
char name[32];
|
||||
|
||||
WI_DrawBackground(); // killough 11/98
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user