summaryrefslogtreecommitdiff
path: root/source/sv_init.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/sv_init.c')
-rw-r--r--source/sv_init.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/sv_init.c b/source/sv_init.c
index 62e91cd..eb65e3a 100644
--- a/source/sv_init.c
+++ b/source/sv_init.c
@@ -24,9 +24,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
server_static_t svs; // persistant server info
server_t sv; // local server
-byte sv_multicast_buffer[MAX_MSGLEN];
-
-
void SV_ClientReset( client_t *client ) {
if( client->state < cs_connected ) {
return;