1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-02-01 20:15:33 +00:00

fixed wording in body part verifier

This commit is contained in:
Marc Zinnschlag 2014-08-27 10:46:21 +02:00
parent 4d2bdda22f
commit 0b3e2775a0

View file

@ -44,7 +44,7 @@ void CSMTools::BodyPartCheckStage::perform ( int stage, Messages &messages )
if ( bodyPart.mModel.empty() )
messages.push_back(std::make_pair( id, bodyPart.mId + " has no model." ));
else if ( mMeshes.searchId( bodyPart.mModel ) == -1 )
messages.push_back(std::make_pair( id, bodyPart.mId + " has unreferenced model." ));
messages.push_back(std::make_pair( id, bodyPart.mId + " has invalid model." ));
// Check FNAM