Changed: #964 Add remapping in client of tga filenames onto png files for unprocessed textures from the png asset database.

hg/feature/sound
kaetemi 15 years ago
parent c8ee84fbe4
commit ad068c46bb

@ -763,6 +763,7 @@ void prelogInit()
// Remap tga files on dds files.
CPath::remapExtension ("dds", "tga", true);
CPath::remapExtension ("dds", "png", true);
CPath::remapExtension ("png", "tga", true);
FPU_CHECKER_ONCE
uint i;

Loading…
Cancel
Save