1
0
Fork 1
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:
scrawl 2015-04-02 17:33:24 +02:00
parent 31adaf2495
commit 25f1c1ae76
2 changed files with 0 additions and 4 deletions

View file

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

View file

@ -26,8 +26,6 @@ struct Static
std::string mId, mModel;
bool mPersistent;
void load(ESMReader &esm);
void save(ESMWriter &esm) const;