]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_screen.h
fix changelevel, and simplify restart code
[xonotic/darkplaces.git] / cl_screen.h
index f54d99a9a4546d5445998c649f4d6e62b6d11157..37b15ad3f776e36351fbeaa3a3b3b689aaa20d51 100644 (file)
@@ -23,7 +23,7 @@ drawqueue_t;
 typedef struct drawqueuemesh_s
 {
        rtexture_t *texture;
-       int numindices;
+       int numtriangles;
        int numvertices;
        int *indices;
        float *vertices;