mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-09-19 01:16:45 -04:00
fixed save function of SavedGame record
This commit is contained in:
parent
55544e931c
commit
1ecadccb28
@ -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 (*iter, "DEPE");
|
esm.writeHNCString ("DEPE", *iter);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user