mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-10 15:39:02 +00:00
10 lines
188 B
C++
10 lines
188 B
C++
|
|
#include "ref.hpp"
|
|
|
|
CSMWorld::CellRef::CellRef()
|
|
{
|
|
mRefNum.mIndex = 0;
|
|
|
|
// special marker: This reference does not have a RefNum assign to it yet.
|
|
mRefNum.mContentFile = -2;
|
|
} |