From 31572eaf8abd45c0f59bb53004e8521f3ab25e3e Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Thu, 17 Feb 2011 19:13:27 +0200 Subject: [PATCH] removed duplicate "bmp" --- src/tile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 };