removed duplicate "bmp"
authorPerttu Ahola <celeron55@gmail.com>
Thu, 17 Feb 2011 17:13:27 +0000 (19:13 +0200)
committerPerttu Ahola <celeron55@gmail.com>
Thu, 17 Feb 2011 17:13:27 +0000 (19:13 +0200)
src/tile.cpp

index 237491aa8fba286379ec21b6063afce31e8f86de..16140958f91fac22a5235a20a13c8360fc3aa571 100644 (file)
@@ -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
        };