mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-15 21:19:57 +00:00
10 lines
No EOL
188 B
C++
10 lines
No EOL
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;
|
|
} |