mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-19 21:23:52 +00:00
Merge remote branch 'yacoby/master'
This commit is contained in:
commit
fcb689fd82
1 changed files with 3 additions and 0 deletions
|
@ -44,6 +44,9 @@ namespace MWWorld
|
||||||
ESM::Position mPosition;
|
ESM::Position mPosition;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
/// @param cr Used to copy constant data such as position into this class where it can
|
||||||
|
/// be altered without effecting the original data. This makes it possible
|
||||||
|
/// to reset the position as the orignal data is still held in the CellRef
|
||||||
RefData(const ESMS::CellRef& cr) : mHasLocals (false), mEnabled (true),
|
RefData(const ESMS::CellRef& cr) : mHasLocals (false), mEnabled (true),
|
||||||
mCount (1), mPosition(cr.pos) {}
|
mCount (1), mPosition(cr.pos) {}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue