Fixed uninitialized variable.

This commit is contained in:
Relintai 2019-09-08 15:33:25 +02:00
parent 7640ff7884
commit 1f83d7ac6c

View File

@ -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;