diff --git a/project/code/TMV/TextureLoader.cs b/project/code/TMV/TextureLoader.cs index 20d5364..54a081e 100644 --- a/project/code/TMV/TextureLoader.cs +++ b/project/code/TMV/TextureLoader.cs @@ -34,8 +34,8 @@ public partial class TextureLoader private void RegisterFmTexturePaths() { - // TODO: Load DDS BMP PCX GIF CEL - string[] validExtensions = { "png", "tga" }; + // TODO: Load DDS BMP GIF CEL + string[] validExtensions = { "png", "tga", "pcx" }; var famOptions = new EnumerationOptions { MatchCasing = MatchCasing.CaseInsensitive }; var textureOptions = new EnumerationOptions