mirror of
https://github.com/Relintai/entity_spell_system.git
synced 2025-04-19 21:33:15 +02:00
Fix uninitialized variable.
This commit is contained in:
parent
915ecb9ad5
commit
24a85e3b7c
@ -221,6 +221,7 @@ SpellHealInfo::SpellHealInfo() {
|
||||
_heal_source_type = HEAL_SOURCE_UNKNOWN;
|
||||
//Ref<Reference> _heal_source = Ref<;
|
||||
_heal_source_id = 0;
|
||||
_immune = false;
|
||||
}
|
||||
|
||||
SpellHealInfo::~SpellHealInfo() {
|
||||
|
Loading…
Reference in New Issue
Block a user