Renamed CS_ to MESH_
This commit is contained in:
parent
f861f18a3f
commit
fbb42daa4e
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@ Con_DPrintf ("CL_SignonReply: %i\n", cls.signon);
|
||||||
|
|
||||||
//We do this here since automaticlightpos can change the lightmapbright
|
//We do this here since automaticlightpos can change the lightmapbright
|
||||||
for (i=0; i<cl.worldmodel->nummeshes; i++) {
|
for (i=0; i<cl.worldmodel->nummeshes; i++) {
|
||||||
CS_SetupMeshColors(&cl.worldmodel->meshes[i]);
|
MESH_SetupMeshColors(&cl.worldmodel->meshes[i]);
|
||||||
}
|
}
|
||||||
|
|
||||||
R_LoadSkys();
|
R_LoadSkys();
|
||||||
|
|
Loading…
Reference in a new issue