mirror of
https://github.com/Relintai/entity_spell_system.git
synced 2025-04-19 21:33:15 +02:00
Fixed uninitialized variable.
This commit is contained in:
parent
7640ff7884
commit
1f83d7ac6c
@ -763,7 +763,7 @@ Spell::Spell() {
|
||||
_projectile_speed = 0;
|
||||
_projectile_time = 0;
|
||||
_projectile_range = 0;
|
||||
//SpellProjectileType _projectile_type;
|
||||
_projectile_type = SpellProjectileType::SPELL_PROJECTILE_TYPE_FOLLOW;
|
||||
_projectile_destroy_on_impact = false;
|
||||
_projectile_collision = false;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user