mirror of
https://github.com/Relintai/entity_spell_system.git
synced 2025-02-20 17:14:44 +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() {
|
||||
_caster = NULL;
|
||||
_target = NULL;
|
||||
_world_spell = NULL;
|
||||
|
||||
_has_cast_time = false;
|
||||
_cast_time = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user