From d1f28ddb439adfef3d146229f9d7bb972eac7ad5 Mon Sep 17 00:00:00 2001 From: Ozkan Sezer 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://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@110 af15c1b1-3010-417e-b628-4374ebc0bcbd --- Quake/sv_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Quake/sv_main.c b/Quake/sv_main.c index 5b15bc81..7ef5bffe 100644 --- a/Quake/sv_main.c +++ b/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;