1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-04-16 08:42:23 +00:00

removed a redundant field from object state

This commit is contained in:
Marc Zinnschlag 2014-01-23 12:51:25 +01:00
parent 22cb4784b5
commit dd7d80ffbc

View File

@ -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;