mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-19 22:23:51 +00:00
Replace usage of deprecated function.
This commit is contained in:
parent
94d4fb0686
commit
85005626b1
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ void CSMTools::RegionCheckStage::perform (int stage, CSMDoc::Messages& messages)
|
||||||
|
|
||||||
// test for empty name
|
// test for empty name
|
||||||
if (region.mName.empty())
|
if (region.mName.empty())
|
||||||
messages.push_back (std::make_pair (id, region.mId + " has an empty name"));
|
messages.add(id, region.mId + " has an empty name", "", CSMDoc::Message::Severity_Error);
|
||||||
|
|
||||||
/// \todo test that the ID in mSleeplist exists
|
/// \todo test that the ID in mSleeplist exists
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue