1
0
Fork 0
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:
elsid 2021-10-18 22:11:48 +02:00
parent 17f7a1a2ea
commit 1da9c75692
No known key found for this signature in database
GPG key ID: B845CB9FEE18AB40

View file

@ -22,6 +22,7 @@ namespace MWMechanics
Enchanting::Enchanting()
: mCastStyle(ESM::Enchantment::CastOnce)
, mSelfEnchanting(false)
, mObjectType(0)
, mWeaponType(-1)
{}