Changed: Also remap png to dds in client.

hg/feature/sound
kaetemi 15 years ago
parent 1cb5cf3e4d
commit cb176f9c1f

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

Loading…
Cancel
Save