engine: minor refactoring, remove host.apply_game_config as it's unused

This commit is contained in:
Alibek Omarov
2026-03-05 06:06:04 +05:00
parent b353ec463a
commit 32d73e62f4
6 changed files with 56 additions and 80 deletions
+2 -1
View File
@@ -27,7 +27,8 @@ static rgbdata_t *CustomDecal_LoadImage( const char *path, void *raw, int size )
testname = "#logo.png";
else if( !Q_stricmp( COM_FileExtension( path ), "wad" ))
testname = "#logo.wad";
else testname = "#logo.bmp";
else
testname = "#logo.bmp";
Image_SetForceFlags( IL_LOAD_PLAYER_DECAL );