mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-15 14:42:35 +00:00
Merge branch 'fix_region_save' into 'master'
End SNAM record as SNAM record See merge request OpenMW/openmw!1817
This commit is contained in:
commit
f3f63a5f5b
@ -100,7 +100,7 @@ namespace ESM
|
|||||||
esm.startSubRecord("SNAM");
|
esm.startSubRecord("SNAM");
|
||||||
esm.writeFixedSizeString(it->mSound, 32);
|
esm.writeFixedSizeString(it->mSound, 32);
|
||||||
esm.writeT(it->mChance);
|
esm.writeT(it->mChance);
|
||||||
esm.endRecord("NPCO");
|
esm.endRecord("SNAM");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user