mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-10 03:39:55 +00: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());
|
||||
iter!=mContentFiles.end(); ++iter)
|
||||
esm.writeHNCString (*iter, "DEPE");
|
||||
esm.writeHNCString ("DEPE", *iter);
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user