mirror of
https://github.com/OpenMW/openmw.git
synced 2025-10-18 13:46:37 +00:00
Merge branch 'cocdestination' into 'master'
Fix exterior-pointing door sorting in COC See merge request OpenMW/openmw!3228
This commit is contained in:
commit
6f55089ed7
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ namespace ESM
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
using Value
|
using Value
|
||||||
= std::variant<EmptyRefId, StringRefId, FormIdRefId, GeneratedRefId, IndexRefId, ESM3ExteriorCellRefId>;
|
= std::variant<EmptyRefId, ESM3ExteriorCellRefId, StringRefId, FormIdRefId, GeneratedRefId, IndexRefId>;
|
||||||
|
|
||||||
// Constructs RefId from a serialized string containing byte by byte copy of RefId::mValue.
|
// Constructs RefId from a serialized string containing byte by byte copy of RefId::mValue.
|
||||||
static ESM::RefId deserialize(std::string_view value);
|
static ESM::RefId deserialize(std::string_view value);
|
||||||
|
|
Loading…
Reference in a new issue