mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-28 15:41:13 -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