From 461f63c7ff999f0df5b384094b9a386d860987aa Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Thu, 3 Jan 2002 06:26:57 +0000 Subject: [PATCH] fix the black player skins --- nq/source/host.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nq/source/host.c b/nq/source/host.c index c9b9940e2..18bbc9dd2 100644 --- a/nq/source/host.c +++ b/nq/source/host.c @@ -949,7 +949,6 @@ Host_Init (quakeparms_t *parms) Mod_Init (); NET_Init (); SV_Init (); - Host_Skin_Init (); Con_Printf ("Exe: " __TIME__ " " __DATE__ "\n"); Con_Printf ("%4.1f megabyte heap\n", parms->memsize / (1024 * 1024.0)); @@ -979,6 +978,7 @@ Host_Init (quakeparms_t *parms) CL_Init (); CL_SetState (ca_disconnected); } + Host_Skin_Init (); if (!isDedicated && cl_quakerc->int_val) Cbuf_InsertText ("exec quake.rc\n");