mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-08 09:37:53 +00:00
one more fix to SavedGame record saving
This commit is contained in:
parent
e432ab5e8a
commit
750133c0dd
@ -33,6 +33,6 @@ void ESM::SavedGame::save (ESMWriter &esm) const
|
||||
|
||||
for (std::vector<std::string>::const_iterator iter (mContentFiles.begin());
|
||||
iter!=mContentFiles.end(); ++iter)
|
||||
esm.writeHNCString ("DEPE", *iter);
|
||||
esm.writeHNString ("DEPE", *iter);
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user