diff --git a/server/gameserver/android_new.ai.cc b/server/gameserver/android_new.ai.cc index b1d2ac7..13fa3f2 100644 --- a/server/gameserver/android_new.ai.cc +++ b/server/gameserver/android_new.ai.cc @@ -515,13 +515,6 @@ void AndroidNewAI::UpdateAttack() case kShotClick: { if (ai_meta->i->attack_interval() > 0) { - #if 0 - if (myself->room->GetFrameNo() - node_.start_shot_frameno > - ai_meta->i->attack_interval() / 100) { - //本轮射击结束 - node_.shot_times = 0; - } - #endif if (node_.shot_times < ai_meta->i->attack_times()) { DoShotNewAI(); } else {