mirror of
https://github.com/OpenMW/openmw.git
synced 2025-11-02 03:56:39 +00:00
Use the correct format specifier for ess-imported savegames
(cherry picked from commit 2065e0fa2d)
This commit is contained in:
parent
65bd5d8492
commit
52dfc0e9c7
1 changed files with 1 additions and 1 deletions
|
|
@ -296,7 +296,7 @@ namespace ESSImport
|
||||||
|
|
||||||
ESM::ESMWriter writer;
|
ESM::ESMWriter writer;
|
||||||
|
|
||||||
writer.setFormat (ESM::Header::CurrentFormat);
|
writer.setFormat (ESM::SavedGame::sCurrentFormat);
|
||||||
|
|
||||||
std::ofstream stream(mOutFile.c_str(), std::ios::binary);
|
std::ofstream stream(mOutFile.c_str(), std::ios::binary);
|
||||||
// all unused
|
// all unused
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue