engine: menu_int: expose TF_EXPAND_SOURCE imagelib flag

This commit is contained in:
Alibek Omarov 2022-06-29 03:20:55 +03:00
parent 79dc090aae
commit 2905f951bd
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ typedef int HIMAGE; // handle to a graphic
#define PIC_NEAREST (1<<0) // disable texfilter
#define PIC_KEEP_SOURCE (1<<1) // some images keep source
#define PIC_NOFLIP_TGA (1<<2) // Steam background completely ignore tga attribute 0x20
#define PIC_EXPAND_SOURCE (1<<3) // don't keep as 8-bit source, expand to RGBA
// flags for COM_ParseFileSafe
#define PFILE_IGNOREBRACKET (1<<0)