1
0
Fork 1
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:
Marc Zinnschlag 2011-11-12 15:54:32 +01:00
commit fcb689fd82

View file

@ -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) {}