mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-30 05:47:57 +03:00
Upgraded Filesave version for RefIDs
Fix logic issue
This commit is contained in:
parent
dc21df97c8
commit
afed7e60ef
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
namespace ESM
|
||||
{
|
||||
|
||||
int SavedGame::sCurrentFormat = 21;
|
||||
int SavedGame::sCurrentFormat = 22;
|
||||
|
||||
void SavedGame::load(ESMReader& esm)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue