]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - client.h
Add -Wc++-compat flag and fix its sole warning. This *should* be safe.
[xonotic/darkplaces.git] / client.h
index f505f216cb7e6a0fd49b68be9ab446cb95ae0bee..c154d991549294e47eb67063d979d3135a41320a 100644 (file)
--- a/client.h
+++ b/client.h
@@ -576,7 +576,8 @@ typedef struct entity_render_s
        // MATERIALFLAG_MODELLIGHT uses these parameters
        float render_modellight_ambient[3];
        float render_modellight_diffuse[3];
-       float render_modellight_lightdir[3];
+       float render_modellight_lightdir_world[3];
+       float render_modellight_lightdir_local[3];
        float render_modellight_specular[3];
        // lightmap rendering (not MATERIALFLAG_MODELLIGHT)
        float render_lightmap_ambient[3];