1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-06-19 08:41:38 +00:00

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);