]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - model_shared.h
Don't lerp nailgun and super nailgun. Trades smoothness for better muzzle flash
[xonotic/darkplaces.git] / model_shared.h
index 0226e7015ead54ea9326f6985e11822d387634b5..03456a02089abdb064bce89f65314240f3ba2c77 100644 (file)
@@ -1060,6 +1060,8 @@ typedef struct model_s
        // if set, the model contains light information (lightmap, or vertexlight)
        qboolean lit;
        float lightmapscale;
+
+       qboolean nolerp;
 }
 dp_model_t;