From f3bf597c121800192411120f158b102dccb04194 Mon Sep 17 00:00:00 2001 From: sezero Date: Tue, 9 Mar 2010 14:15:34 +0000 Subject: [PATCH] sv_main.c (SV_SpawnServer): made the dummy array 8 bytes long. git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@110 af15c1b1-3010-417e-b628-4374ebc0bcbd --- quakespasm/Quake/sv_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quakespasm/Quake/sv_main.c b/quakespasm/Quake/sv_main.c index 5b15bc81..7ef5bffe 100644 --- a/quakespasm/Quake/sv_main.c +++ b/quakespasm/Quake/sv_main.c @@ -1274,7 +1274,7 @@ This is called at the start of each level extern float scr_centertime_off; void SV_SpawnServer (char *server) { - static char dummy[4] = { 0, 0, 0, 0 }; + static char dummy[8] = { 0,0,0,0,0,0,0,0 }; edict_t *ent; int i;