1
0
Fork 0
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:
cc9cii 2015-12-11 22:39:03 +11:00
parent de5ce7059e
commit f6d6138f46

View file

@ -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),