]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - model_sprite.c
added DP_SV_MODELFLAGS_AS_EFFECTS extension, this adds EF_ROCKET and
[xonotic/darkplaces.git] / model_sprite.c
index 6498e4feb63925ad48c2cf3fd045d5524086465d..0ab36281b7ce2899fa8c1a9674720cc8b400b0cf 100644 (file)
@@ -217,7 +217,6 @@ void Mod_IDSP_Load(model_t *mod, void *buffer, void *bufferend)
        datapointer = (unsigned char *)buffer;
 
        loadmodel->type = mod_sprite;
-       loadmodel->flags2 = EF_FULLBRIGHT;
 
        loadmodel->DrawSky = NULL;
        loadmodel->Draw = R_Model_Sprite_Draw;