Increment save file version and mark it as used, will be used in next commit

c++11
scrawl 10 years ago
parent d3bcf0711c
commit 4eaaa5e855

@ -218,8 +218,9 @@ void MWState::StateManager::saveGame (const std::string& description, const Slot
writer.setFormat (ESM::Header::CurrentFormat);
writer.setVersion(1);
// all unused
writer.setVersion(0);
writer.setType(0);
writer.setAuthor("");
writer.setDescription("");

Loading…
Cancel
Save