update to projectile move check

This commit is contained in:
KayenEQ
2014-11-29 21:10:51 -05:00
parent e8ae28b439
commit ad2fd9e4d5
3 changed files with 9 additions and 7 deletions
+2 -1
View File
@@ -297,7 +297,8 @@ Mob::Mob(const char* in_name,
ProjectileAtk[i].origin_x = 0.0f;
ProjectileAtk[i].origin_y = 0.0f;
ProjectileAtk[i].origin_z = 0.0f;
ProjectileAtk[i].sanitycheck = 0.0f;
ProjectileAtk[i].tlast_x = 0.0f;
ProjectileAtk[i].tlast_y = 0.0f;
ProjectileAtk[i].ranged_id = 0;
ProjectileAtk[i].ammo_id = 0;
ProjectileAtk[i].ammo_slot = 0;