mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-30 06:15:32 +00:00
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)
|
||||
{
|
||||
mPersistent = (esm.getRecordFlags() & 0x0400) != 0;
|
||||
|
||||
mModel = esm.getHNString("MODL");
|
||||
}
|
||||
void Static::save(ESMWriter &esm) const
|
||||
|
|
|
@ -26,8 +26,6 @@ struct Static
|
|||
|
||||
std::string mId, mModel;
|
||||
|
||||
bool mPersistent;
|
||||
|
||||
void load(ESMReader &esm);
|
||||
void save(ESMWriter &esm) const;
|
||||
|
||||
|
|
Loading…
Reference in a new issue