diff --git a/components/openmw-mp/Base/BaseStructs.hpp b/components/openmw-mp/Base/BaseStructs.hpp index 34a847505..9bbfeba6a 100644 --- a/components/openmw-mp/Base/BaseStructs.hpp +++ b/components/openmw-mp/Base/BaseStructs.hpp @@ -79,8 +79,8 @@ namespace mwmp ESM::Position hitPosition; - float damage; - float attackStrength; + float damage = 0; + float attackStrength = 0; bool isHit = false; bool success = false;