1
0
mirror of https://github.com/moparisthebest/minetest synced 2024-08-13 16:53:49 -04:00

removed duplicate "bmp"

This commit is contained in:
Perttu Ahola 2011-02-17 19:13:27 +02:00
parent 3264ac4390
commit 31572eaf8a

View 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
};