Fix some formatting.

This commit is contained in:
Kevin Poitra 2014-05-28 13:06:43 -05:00
parent 545c3c312c
commit 8e55eb8009

View file

@ -22,6 +22,7 @@ void Clothing::load(ESMReader &esm)
mEnchant = esm.getHNOString("ENAM");
}
void Clothing::save(ESMWriter &esm) const
{
esm.writeHNCString("MODL", mModel);