mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-25 21:09:43 +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())
|
if (iter == cache.end())
|
||||||
{
|
{
|
||||||
CSMWorld::UniversalId id (CSMWorld::UniversalId::Type_Cell,
|
CSMWorld::UniversalId id(CSMWorld::UniversalId::Type_Cell, mCells.getId(cellIndex));
|
||||||
mCells.getId (cellIndex));
|
|
||||||
|
|
||||||
messages.add(id, "Attempt to delete a non-existing reference - RefNum index "
|
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.mIndex) + ", refID " + ref.mRefID + ", content file index "
|
||||||
+ std::to_string(ref.mRefNum.mContentFile),
|
+ std::to_string(ref.mRefNum.mContentFile),
|
||||||
|
|
Loading…
Reference in a new issue