forked from mirror/openmw-tes3mp
removed a redundant field from object state
This commit is contained in:
parent
22cb4784b5
commit
dd7d80ffbc
1 changed files with 0 additions and 2 deletions
|
@ -17,8 +17,6 @@ namespace ESM
|
||||||
///< \brief Save state for objects, that do not use custom data
|
///< \brief Save state for objects, that do not use custom data
|
||||||
struct ObjectState
|
struct ObjectState
|
||||||
{
|
{
|
||||||
std::string mId;
|
|
||||||
|
|
||||||
CellRef mRef;
|
CellRef mRef;
|
||||||
|
|
||||||
unsigned char mHasLocals;
|
unsigned char mHasLocals;
|
||||||
|
|
Loading…
Reference in a new issue