Renamed CS_ to MESH_

This commit is contained in:
cholleme 2003-02-16 20:09:31 +00:00
parent f861f18a3f
commit fbb42daa4e

View file

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