mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-03-30 20:36:41 +00:00
Increment save file version and mark it as used, will be used in next commit
(cherry picked from commit 4eaaa5e855
)
This commit is contained in:
parent
904f9871cc
commit
843afc5e24
1 changed files with 2 additions and 1 deletions
|
@ -203,8 +203,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…
Reference in a new issue