mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
engine: imagelib: allow installing texgamma processed palette before loading sprites
This commit is contained in:
@@ -52,6 +52,8 @@ qboolean Image_LoadPAL( const char *name, const byte *buffer, fs_offset_t filesi
|
||||
rendermode = LUMP_MASKED;
|
||||
else if( Q_stristr( name, "gradient" ))
|
||||
rendermode = LUMP_GRADIENT;
|
||||
else if( Q_stristr( name, "texgamma" ))
|
||||
rendermode = LUMP_TEXGAMMA;
|
||||
else if( Q_stristr( name, "valve" ))
|
||||
{
|
||||
rendermode = LUMP_HALFLIFE;
|
||||
|
||||
Reference in New Issue
Block a user