]> de.git.xonotic.org Git - voretournament/voretournament.git/blobdiff - misc/source/darkplaces-src/cl_main.c
Update the darkplaces engine source
[voretournament/voretournament.git] / misc / source / darkplaces-src / cl_main.c
index cb03ffab1d8154ec72a966686125934eb6d30008..94562c275b4e95bed839b2cee5f65f6ed03b8f31 100644 (file)
@@ -1174,6 +1174,8 @@ static void CL_UpdateNetworkEntity(entity_t *e, int recursionlimit, qboolean int
                e->render.flags |= RENDER_ADDITIVE;
        if (e->render.effects & EF_DOUBLESIDED)
                e->render.flags |= RENDER_DOUBLESIDED;
+       if (e->render.effects & EF_DYNAMICMODELLIGHT)
+               e->render.flags |= RENDER_DYNAMICMODELLIGHT;
 
        // make the other useful stuff
        e->render.allowdecals = true;
@@ -2488,6 +2490,3 @@ void CL_Init (void)
 
        CL_Video_Init();
 }
-
-
-