mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-06 14:45:35 +00:00
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
|
||||
struct ObjectState
|
||||
{
|
||||
std::string mId;
|
||||
|
||||
CellRef mRef;
|
||||
|
||||
unsigned char mHasLocals;
|
||||
|
|
Loading…
Reference in a new issue