diff --git a/engine/common/custom.c b/engine/common/custom.c index 745d85f6..368691f5 100644 --- a/engine/common/custom.c +++ b/engine/common/custom.c @@ -26,6 +26,8 @@ static rgbdata_t *CustomDecal_LoadImage( const char *path, void *raw, int size ) testname = "#logo.png"; else testname = "#logo.bmp"; + Image_SetForceFlags( IL_LOAD_PLAYER_DECAL ); + return FS_LoadImage( testname, raw, size ); }