mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-16 16:29:55 +00:00
Remove redundant ESM4::Land default constructor
This commit is contained in:
parent
bd426bac5c
commit
e4e857f51f
1 changed files with 3 additions and 1 deletions
|
@ -125,11 +125,13 @@ namespace ESM4
|
|||
Texture mTextures[4]; // 0 = bottom left, 1 = bottom right, 2 = top left, 3 = top right
|
||||
std::vector<ESM::FormId> mIds; // land texture (LTEX) formids
|
||||
ESM::FormId mCell;
|
||||
|
||||
void load(Reader& reader);
|
||||
Land() = default;
|
||||
|
||||
// void save(Writer& writer) const;
|
||||
|
||||
// void blank();
|
||||
|
||||
static constexpr ESM::RecNameInts sRecordId = ESM::REC_LAND4;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue