mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-19 08:51:59 +00:00
fix the black player skins
This commit is contained in:
parent
013f503738
commit
461f63c7ff
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue