mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-26 22:45:15 -04:00
Fix sound range warning message
This commit is contained in:
parent
9b8c56761b
commit
e22409c266
@ -27,7 +27,7 @@ void CSMTools::SoundCheckStage::perform (int stage, CSMDoc::Messages& messages)
|
||||
CSMWorld::UniversalId id (CSMWorld::UniversalId::Type_Sound, sound.mId);
|
||||
|
||||
if (sound.mData.mMinRange>sound.mData.mMaxRange)
|
||||
messages.push_back (std::make_pair (id, "Maximum range larger than minimum range"));
|
||||
messages.push_back (std::make_pair (id, "Minimum range larger than maximum range"));
|
||||
|
||||
/// \todo check, if the sound file exists
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user