mirror of
https://github.com/OpenMW/openmw.git
synced 2025-03-31 14:36:39 +00:00
Fix typo from commit cfdbd0d471
.
This commit is contained in:
parent
fc2f68a465
commit
10c6304a1f
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
ref.mCell = "#" + std::to_string(index.first) + " " + std::to_string(index.second);
|
||||||
|
|
||||||
// Handle non-base moved references
|
// Handle non-base moved references
|
||||||
if (!base && !isMoved)
|
if (!base && isMoved)
|
||||||
{
|
{
|
||||||
// Moved references must have a link back to their original cell
|
// 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
|
// See discussion: https://forum.openmw.org/viewtopic.php?f=6&t=577&start=30
|
||||||
|
|
Loading…
Reference in a new issue