mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-02 01:41:31 +00:00
Displays references in exterior cells. A bit hackish.
This commit is contained in:
parent
3bbf60373a
commit
cb4a97e50b
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ bool CSVRender::Cell::addObjects(int start, int end)
|
|||
|
||||
for (int i = start; i <= end; ++i)
|
||||
{
|
||||
const auto& cellId = collection.getRecord(i).get().mCell;
|
||||
const auto& cellId = ESM::RefId::stringRefId(collection.getRecord(i).get().mCell.toString());
|
||||
|
||||
CSMWorld::RecordBase::State state = collection.getRecord(i).mState;
|
||||
|
||||
|
|
Loading…
Reference in a new issue