]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - spritegn.h
sys_win: Delete sys_win and conproc. We no longer use these.
[xonotic/darkplaces.git] / spritegn.h
index 26edb1a4d86273832e6cb94c70e6f5121fa77b65..a64f4be958904d1d774f7d1c2258d981604521cd 100644 (file)
@@ -61,7 +61,7 @@ typedef struct dsprite_s
        int                     height;
        int                     numframes;
        float           beamlength;
-       synctype_t      synctype;
+       int                     synctype;
 } dsprite_t;
 
 typedef struct dspritehl_s
@@ -75,7 +75,7 @@ typedef struct dspritehl_s
        int                     height;
        int                     numframes;
        float           beamlength;
-       synctype_t      synctype;
+       int                     synctype;
 } dspritehl_t;
 
 typedef struct dsprite2frame_s
@@ -100,6 +100,7 @@ typedef struct dsprite2_s
 #define SPR_VP_PARALLEL_ORIENTED       4
 #define SPR_LABEL                      5
 #define SPR_LABEL_SCALE                6
+#define SPR_OVERHEAD                           7
 
 #define SPRHL_OPAQUE   0
 #define SPRHL_ADDITIVE 1
@@ -127,4 +128,3 @@ typedef struct dspriteframetype_s {
 } dspriteframetype_t;
 
 #endif
-