mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-31 20:15:34 +00:00
Add missing initialization for Enchanting::mObjectType
This commit is contained in:
parent
17f7a1a2ea
commit
1da9c75692
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