openmw-tes3coop/apps/opencs/model/world/ref.cpp
2013-06-08 15:50:36 +02:00

17 lines
399 B
C++

#include "ref.hpp"
#include "cell.hpp"
void CSMWorld::CellRef::load (ESM::ESMReader &esm)
{
// The CellRef is not loaded here. Because of the unfortunate way how the ESMReader and the cell
// record is constructed, we do not have enough context in this function to perform a load.
// mId = id;
// cell.getNextRef (esm, *this);
// if (!mDeleted)
// cell.addRef (mId);
}