From: Perttu Ahola Date: Thu, 17 Feb 2011 17:13:27 +0000 (+0200) Subject: removed duplicate "bmp" X-Git-Url: http://81.2.79.47:8989/gitweb/?a=commitdiff_plain;h=31572eaf8abd45c0f59bb53004e8521f3ab25e3e;p=zefram%2Fminetest%2Fminetest_engine.git removed duplicate "bmp" --- diff --git a/src/tile.cpp b/src/tile.cpp index 237491aa..16140958 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 };