mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-19 21:11:32 +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()
|
Enchanting::Enchanting()
|
||||||
: mCastStyle(ESM::Enchantment::CastOnce)
|
: mCastStyle(ESM::Enchantment::CastOnce)
|
||||||
, mSelfEnchanting(false)
|
, mSelfEnchanting(false)
|
||||||
|
, mObjectType(0)
|
||||||
, mWeaponType(-1)
|
, mWeaponType(-1)
|
||||||
{}
|
{}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue