mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-10 07:12:07 +00:00
Remove unused TargaHeader
This commit is contained in:
parent
3418280b06
commit
278f9104cd
1 changed files with 0 additions and 9 deletions
|
@ -71,15 +71,6 @@ static byte notex[4][4] = {
|
|||
{0, 1, 1, 1}
|
||||
};
|
||||
|
||||
typedef struct _TargaHeader
|
||||
{
|
||||
unsigned char id_length, colormap_type, image_type;
|
||||
unsigned short colormap_index, colormap_length;
|
||||
unsigned char colormap_size;
|
||||
unsigned short x_origin, y_origin, width, height;
|
||||
unsigned char pixel_size, attributes;
|
||||
} TargaHeader;
|
||||
|
||||
void
|
||||
R_InitParticleTexture(void)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue