mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-12 04:14:05 +00:00
fixed wording in body part verifier
This commit is contained in:
parent
4d2bdda22f
commit
0b3e2775a0
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user