1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-29 09:32:45 +00:00

Fix typo from commit cfdbd0d471c6bac72f904f86a1bec486ca2a3822.

This commit is contained in:
cc9cii 2021-07-23 18:12:09 +10:00
parent fc2f68a465
commit 10c6304a1f

View File

@ -35,7 +35,7 @@ void CSMWorld::RefCollection::load (ESM::ESMReader& reader, int cellIndex, bool
ref.mCell = "#" + std::to_string(index.first) + " " + std::to_string(index.second);
// Handle non-base moved references
if (!base && !isMoved)
if (!base && isMoved)
{
// Moved references must have a link back to their original cell
// See discussion: https://forum.openmw.org/viewtopic.php?f=6&t=577&start=30