mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-05-08 03:28:15 +03:00
Merge branch 'master' into automove
This commit is contained in:
commit
cd97d0c61c
94 changed files with 1034 additions and 759 deletions
|
@ -30,8 +30,8 @@ namespace ESM
|
|||
int mCurrentCrimeId;
|
||||
int mPaidCrimeId;
|
||||
|
||||
StatState<int> mSaveAttributes[ESM::Attribute::Length];
|
||||
StatState<int> mSaveSkills[ESM::Skill::Length];
|
||||
StatState<float> mSaveAttributes[ESM::Attribute::Length];
|
||||
StatState<float> mSaveSkills[ESM::Skill::Length];
|
||||
|
||||
typedef std::map<std::string, std::string> PreviousItems; // previous equipped items, needed for bound spells
|
||||
PreviousItems mPreviousItems;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue