mirror of
https://github.com/Relintai/entity_spell_system.git
synced 2025-02-22 17:18:12 +01:00
Fix uninitialized variable.
This commit is contained in:
parent
dc23652f70
commit
0fcaa49641
@ -221,6 +221,7 @@ void SpellCastInfo::from_dict(const Dictionary &dict) {
|
|||||||
SpellCastInfo::SpellCastInfo() {
|
SpellCastInfo::SpellCastInfo() {
|
||||||
_caster = NULL;
|
_caster = NULL;
|
||||||
_target = NULL;
|
_target = NULL;
|
||||||
|
_world_spell = NULL;
|
||||||
|
|
||||||
_has_cast_time = false;
|
_has_cast_time = false;
|
||||||
_cast_time = 0;
|
_cast_time = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user