Fix for better ammo slot sync check.

This commit is contained in:
KayenEQ
2014-11-27 23:14:49 -05:00
parent 191aa575f8
commit 6b45b2bc52
4 changed files with 12 additions and 9 deletions
+1
View File
@@ -299,6 +299,7 @@ Mob::Mob(const char* in_name,
ProjectileAtk[i].origin_z = 0.0f;
ProjectileAtk[i].ranged_id = 0;
ProjectileAtk[i].ammo_id = 0;
ProjectileAtk[i].ammo_slot = 0;
ProjectileAtk[i].skill = 0;
}