diff --git a/src/tile.cpp b/src/tile.cpp index 78aa4d946..cff45dc76 100644 --- a/src/tile.cpp +++ b/src/tile.cpp @@ -973,13 +973,19 @@ bool TextureSource::generateImage(std::string part_of_name, video::IImage *& bas } } - if(image == NULL) - { - if(part_of_name != ""){ - errorstream<<"generateImage(): Could not load image \"" + if (image == NULL) { + if (part_of_name != "") { + if (part_of_name.find("_normal.png") == std::string::npos){ + errorstream<<"generateImage(): Could not load image \"" <