diff --git a/src/tile.cpp b/src/tile.cpp index 237491aa8..16140958f 100644 --- a/src/tile.cpp +++ b/src/tile.cpp @@ -63,7 +63,7 @@ inline std::string getImagePath(std::string path) { // A NULL-ended list of possible image extensions const char *extensions[] = { - "png", "jpg", "bmp", "tga", "bmp", + "png", "jpg", "bmp", "tga", "pcx", "ppm", "psd", "wal", "rgb", NULL };