one more fix to SavedGame record saving

actorid
Marc Zinnschlag 11 years ago
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…
Cancel
Save