diff --git a/engine/common/imagelib/img_wad.c b/engine/common/imagelib/img_wad.c index b619d273..bf45e8a2 100644 --- a/engine/common/imagelib/img_wad.c +++ b/engine/common/imagelib/img_wad.c @@ -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;