mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-01 05:11:33 +00:00
Merge branch 'fix_init' into 'master'
Add missing initialization for Enchanting::mObjectType See merge request OpenMW/openmw!1304
This commit is contained in:
commit
19adef4cc2
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ namespace MWMechanics
|
|||
Enchanting::Enchanting()
|
||||
: mCastStyle(ESM::Enchantment::CastOnce)
|
||||
, mSelfEnchanting(false)
|
||||
, mObjectType(0)
|
||||
, mWeaponType(-1)
|
||||
{}
|
||||
|
||||
|
|
Loading…
Reference in a new issue