forked from mirror/openmw-tes3mp
Fix some formatting.
This commit is contained in:
parent
545c3c312c
commit
8e55eb8009
1 changed files with 21 additions and 20 deletions
|
@ -22,6 +22,7 @@ void Clothing::load(ESMReader &esm)
|
|||
|
||||
mEnchant = esm.getHNOString("ENAM");
|
||||
}
|
||||
|
||||
void Clothing::save(ESMWriter &esm) const
|
||||
{
|
||||
esm.writeHNCString("MODL", mModel);
|
||||
|
|
Loading…
Reference in a new issue