]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - tools/heretic2/h2data/sprites.c
Merge branch 'illwieckz/gcc10' into 'master'
[xonotic/netradiant.git] / tools / heretic2 / h2data / sprites.c
index ecb9d0960afc809c4338857216b4a7751a8abdbb..8bd84ba9c9634cf9a412e2d54a38fe9fbcf5ab5e 100644 (file)
 #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;