projects
/
zefram
/
minetest
/
minetest_engine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3264ac4
)
removed duplicate "bmp"
author
Perttu Ahola
<celeron55@gmail.com>
Thu, 17 Feb 2011 17:13:27 +0000
(19:13 +0200)
committer
Perttu Ahola
<celeron55@gmail.com>
Thu, 17 Feb 2011 17:13:27 +0000
(19:13 +0200)
src/tile.cpp
patch
|
blob
|
history
diff --git
a/src/tile.cpp
b/src/tile.cpp
index 237491aa8fba286379ec21b6063afce31e8f86de..16140958f91fac22a5235a20a13c8360fc3aa571 100644
(file)
--- 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
};