fix the black player skins

This commit is contained in:
Bill Currie 2002-01-03 06:26:57 +00:00
parent 013f503738
commit 461f63c7ff

View file

@ -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");