X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=spritegn.h;h=a64f4be958904d1d774f7d1c2258d981604521cd;hp=b2d2e3b1d05a678227a6a90ffbbf16e65a91b21f;hb=0303750a7b40951618dca290c172a7afa60e9aa8;hpb=1da037208c1b4182279a5ffa979a1fe23ee89fc3 diff --git a/spritegn.h b/spritegn.h index b2d2e3b1..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 @@ -128,4 +128,3 @@ typedef struct dspriteframetype_s { } dspriteframetype_t; #endif -