X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fnetradiant.git;a=blobdiff_plain;f=tools%2Fheretic2%2Fh2data%2Fsprites.c;h=8bd84ba9c9634cf9a412e2d54a38fe9fbcf5ab5e;hp=ecb9d0960afc809c4338857216b4a7751a8abdbb;hb=c995981050b4de4cc70a9d02495964d667c7e7a3;hpb=ae813919bfb075ecd3445dbdfb2dc864aaabc519 diff --git a/tools/heretic2/h2data/sprites.c b/tools/heretic2/h2data/sprites.c index ecb9d096..8bd84ba9 100644 --- a/tools/heretic2/h2data/sprites.c +++ b/tools/heretic2/h2data/sprites.c @@ -25,14 +25,7 @@ #define MAX_SPRFRAMES MAX_MD2SKINS dsprite_t sprite; -dsprframe_t frames[MAX_SPRFRAMES]; - -byte *byteimage, *lbmpalette; -int byteimagewidth, byteimageheight; - -qboolean TrueColorImage; -unsigned *longimage; -int longimagewidth, longimageheight; +static dsprframe_t frames[MAX_SPRFRAMES]; char spritename[1024]; @@ -41,7 +34,6 @@ void FinishSprite( void ); void Cmd_Spritename( void ); char spr_prefix[1024]; -char pic_prefix[1024]; extern char *g_outputDir;