diff --git a/code/ASEParser.cpp b/code/ASEParser.cpp index 647c721f8..ae1e9fbfe 100644 --- a/code/ASEParser.cpp +++ b/code/ASEParser.cpp @@ -751,7 +751,7 @@ void Parser::ParseLV3MapBlock(Texture& map) std::string temp; if(!ParseString(temp,"*MAP_CLASS")) SkipToNextToken(); - if (temp != "Bitmap") + if (temp != "Bitmap" && temp != "Normal Bump") { DefaultLogger::get()->warn("ASE: Skipping unknown map type: " + temp); parsePath = false;