mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-30 22:07:58 +03:00
Increment save file version and mark it as used, will be used in next commit
This commit is contained in:
parent
d3bcf0711c
commit
4eaaa5e855
1 changed files with 2 additions and 1 deletions
|
@ -218,8 +218,9 @@ void MWState::StateManager::saveGame (const std::string& description, const Slot
|
||||||
|
|
||||||
writer.setFormat (ESM::Header::CurrentFormat);
|
writer.setFormat (ESM::Header::CurrentFormat);
|
||||||
|
|
||||||
|
writer.setVersion(1);
|
||||||
|
|
||||||
// all unused
|
// all unused
|
||||||
writer.setVersion(0);
|
|
||||||
writer.setType(0);
|
writer.setType(0);
|
||||||
writer.setAuthor("");
|
writer.setAuthor("");
|
||||||
writer.setDescription("");
|
writer.setDescription("");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue