forked from mirror/openmw-tes3mp
Remove persistent flag which will be unused
This commit is contained in:
parent
31adaf2495
commit
25f1c1ae76
2 changed files with 0 additions and 4 deletions
|
@ -10,8 +10,6 @@ namespace ESM
|
||||||
|
|
||||||
void Static::load(ESMReader &esm)
|
void Static::load(ESMReader &esm)
|
||||||
{
|
{
|
||||||
mPersistent = (esm.getRecordFlags() & 0x0400) != 0;
|
|
||||||
|
|
||||||
mModel = esm.getHNString("MODL");
|
mModel = esm.getHNString("MODL");
|
||||||
}
|
}
|
||||||
void Static::save(ESMWriter &esm) const
|
void Static::save(ESMWriter &esm) const
|
||||||
|
|
|
@ -26,8 +26,6 @@ struct Static
|
||||||
|
|
||||||
std::string mId, mModel;
|
std::string mId, mModel;
|
||||||
|
|
||||||
bool mPersistent;
|
|
||||||
|
|
||||||
void load(ESMReader &esm);
|
void load(ESMReader &esm);
|
||||||
void save(ESMWriter &esm) const;
|
void save(ESMWriter &esm) const;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue