1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-03-31 10:36:44 +00:00

[General] Use default values of 0 for Attack floats in BaseStructs

This commit is contained in:
David Cernat 2019-12-19 13:51:10 +02:00
parent 868ad2b78f
commit c18aab5357

View file

@ -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;