X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=model_shared.h;h=64c3c7d7995f6a22b0a58c9808181099de169c3a;hb=1857323bffc66bee0eadc20a7ae46889837dcf1b;hp=0b377c2c18f79745437ad7cee9aca9f54074ad9a;hpb=00aec42dd35089cb6f237f7670a575271da6ebd4;p=xonotic%2Fdarkplaces.git diff --git a/model_shared.h b/model_shared.h index 0b377c2c..64c3c7d7 100644 --- a/model_shared.h +++ b/model_shared.h @@ -631,6 +631,9 @@ typedef struct texture_s // diffuse and ambient float rtlightambient; + + // used by Mod_Mesh_GetTexture for drawflag overrides, to disambiguate the same texture with different drawflags + int drawflag; } texture_t;