mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-05-04 15:57:59 +03:00
Some fixes for ESM Dialogues and Infos
(cherry picked from commit e0983c815c
)
This commit is contained in:
parent
80074f90bf
commit
25a8cda9ac
4 changed files with 9 additions and 2 deletions
|
@ -30,7 +30,8 @@ struct Dialogue
|
|||
Voice = 1,
|
||||
Greeting = 2,
|
||||
Persuasion = 3,
|
||||
Journal = 4
|
||||
Journal = 4,
|
||||
Unknown = -1 // Used for deleted dialogues
|
||||
};
|
||||
|
||||
std::string mId;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue