X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=spritegn.h;h=a64f4be958904d1d774f7d1c2258d981604521cd;hp=1f43025b87b794ae36df253c06635c4de385ee8f;hb=f16954a9d40168253ac5d9890dabcf7dbd266cd9;hpb=f9d8bc7ea04ff91fcbd90fe50a299b37724b349b diff --git a/spritegn.h b/spritegn.h index 1f43025b..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 @@ -98,6 +98,9 @@ typedef struct dsprite2_s #define SPR_VP_PARALLEL 2 #define SPR_ORIENTED 3 #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 @@ -125,4 +128,3 @@ typedef struct dspriteframetype_s { } dspriteframetype_t; #endif -