Some fixes for ESM Dialogues and Infos

(cherry picked from commit e0983c815c)
This commit is contained in:
Stanislav Bas 2015-07-11 22:17:53 +03:00 committed by cc9cii
parent 80074f90bf
commit 25a8cda9ac
4 changed files with 9 additions and 2 deletions

View file

@ -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;