mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-25 18:39:42 +00:00
Minor formatting change.
This commit is contained in:
parent
de5ce7059e
commit
f6d6138f46
1 changed files with 10 additions and 12 deletions
|
@ -105,9 +105,7 @@ void CSMWorld::RefCollection::load (ESM::ESMReader& reader, int cellIndex, bool
|
|||
{
|
||||
if (iter == cache.end())
|
||||
{
|
||||
CSMWorld::UniversalId id (CSMWorld::UniversalId::Type_Cell,
|
||||
mCells.getId (cellIndex));
|
||||
|
||||
CSMWorld::UniversalId id(CSMWorld::UniversalId::Type_Cell, mCells.getId(cellIndex));
|
||||
messages.add(id, "Attempt to delete a non-existing reference - RefNum index "
|
||||
+ std::to_string(ref.mRefNum.mIndex) + ", refID " + ref.mRefID + ", content file index "
|
||||
+ std::to_string(ref.mRefNum.mContentFile),
|
||||
|
|
Loading…
Reference in a new issue