X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=spritegn.h;h=a64f4be958904d1d774f7d1c2258d981604521cd;hb=1e01840681f92f425aa17e1a18c7dfcf3bf80e40;hp=26edb1a4d86273832e6cb94c70e6f5121fa77b65;hpb=dedaa3df678d0cc959a2884d8e2c4159a9b1fb30;p=xonotic%2Fdarkplaces.git diff --git a/spritegn.h b/spritegn.h index 26edb1a4..a64f4be9 100644 --- a/spritegn.h +++ b/spritegn.h @@ -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 -