|
|
@ -216,11 +216,10 @@ void MWState::StateManager::saveGame (const std::string& description, const Slot
|
|
|
|
++iter)
|
|
|
|
++iter)
|
|
|
|
writer.addMaster (*iter, 0); // not using the size information anyway -> use value of 0
|
|
|
|
writer.addMaster (*iter, 0); // not using the size information anyway -> use value of 0
|
|
|
|
|
|
|
|
|
|
|
|
writer.setFormat (ESM::Header::CurrentFormat);
|
|
|
|
writer.setFormat (ESM::SavedGame::sCurrentFormat);
|
|
|
|
|
|
|
|
|
|
|
|
writer.setVersion(1);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// all unused
|
|
|
|
// all unused
|
|
|
|
|
|
|
|
writer.setVersion(0);
|
|
|
|
writer.setType(0);
|
|
|
|
writer.setType(0);
|
|
|
|
writer.setAuthor("");
|
|
|
|
writer.setAuthor("");
|
|
|
|
writer.setDescription("");
|
|
|
|
writer.setDescription("");
|
|
|
|