Changed: Also remap png to dds in client.

This commit is contained in:
kaetemi 2010-06-05 00:30:12 +02:00
parent 585fafd917
commit 9fdb2b48de

View file

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