mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 21:07:59 +03:00
Add suffix to the format version name
This commit is contained in:
parent
8f80895b59
commit
d5954aba68
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ namespace ESM
|
|||
mPlayerClassId = esm.getHNORefId("PLCL");
|
||||
mPlayerClassName = esm.getHNOString("PLCN");
|
||||
|
||||
if (esm.getFormatVersion() <= ESM::MaxSavedGameCellNameAsRefId)
|
||||
if (esm.getFormatVersion() <= ESM::MaxSavedGameCellNameAsRefIdFormatVersion)
|
||||
mPlayerCellName = esm.getHNRefId("PLCE").toString();
|
||||
else
|
||||
mPlayerCellName = esm.getHNString("PLCE");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue