removed duplicate "bmp"

master
Perttu Ahola 2011-02-17 19:13:27 +02:00
parent 3264ac4390
commit 31572eaf8a
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ inline std::string getImagePath(std::string path)
{ {
// A NULL-ended list of possible image extensions // A NULL-ended list of possible image extensions
const char *extensions[] = { const char *extensions[] = {
"png", "jpg", "bmp", "tga", "bmp", "png", "jpg", "bmp", "tga",
"pcx", "ppm", "psd", "wal", "rgb", "pcx", "ppm", "psd", "wal", "rgb",
NULL NULL
}; };