forked from teamnwah/openmw-tes3coop
one more fix to SavedGame record saving
This commit is contained in:
parent
e432ab5e8a
commit
750133c0dd
1 changed files with 1 additions and 1 deletions
|
@ -33,6 +33,6 @@ void ESM::SavedGame::save (ESMWriter &esm) const
|
||||||
|
|
||||||
for (std::vector<std::string>::const_iterator iter (mContentFiles.begin());
|
for (std::vector<std::string>::const_iterator iter (mContentFiles.begin());
|
||||||
iter!=mContentFiles.end(); ++iter)
|
iter!=mContentFiles.end(); ++iter)
|
||||||
esm.writeHNCString ("DEPE", *iter);
|
esm.writeHNString ("DEPE", *iter);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue