mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-04-02 00:36:42 +00:00
[General] Use default values of 0 for Attack floats in BaseStructs
This commit is contained in:
parent
868ad2b78f
commit
c18aab5357
1 changed files with 2 additions and 2 deletions
|
@ -79,8 +79,8 @@ namespace mwmp
|
||||||
|
|
||||||
ESM::Position hitPosition;
|
ESM::Position hitPosition;
|
||||||
|
|
||||||
float damage;
|
float damage = 0;
|
||||||
float attackStrength;
|
float attackStrength = 0;
|
||||||
|
|
||||||
bool isHit = false;
|
bool isHit = false;
|
||||||
bool success = false;
|
bool success = false;
|
||||||
|
|
Loading…
Reference in a new issue