1
This commit is contained in:
parent
4cfe93e405
commit
ebb1f1a8e4
@ -203,6 +203,10 @@ static void InternalCreateBullet(BulletInfo& bullet_info)
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
if (bullet_info.shot_animi && bullet_info.shot_animi->is_other) {
|
||||||
|
bullet_info.shot_animi_time += bullet_info.delay_time;
|
||||||
|
bullet_info.delay_time = 0;
|
||||||
|
}
|
||||||
if (bullet_info.delay_time <= 0) {
|
if (bullet_info.delay_time <= 0) {
|
||||||
if (c->GetCurrWeapon()->meta->bullet_consume_type() == kBulletConsumeMulti) {
|
if (c->GetCurrWeapon()->meta->bullet_consume_type() == kBulletConsumeMulti) {
|
||||||
if (c->GetCurrWeapon()->ammo <= 0) {
|
if (c->GetCurrWeapon()->ammo <= 0) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user