This commit is contained in:
aozhiwei 2020-07-14 17:49:19 +08:00
parent 5e95617be7
commit 5693a8f6bb

View File

@ -504,12 +504,14 @@ void AndroidNewAI::UpdateAttack()
DoShotNewAI(); DoShotNewAI();
} }
} else { } else {
myself->shot_hold = true;
DoShotNewAI(); DoShotNewAI();
} }
} }
break; break;
case kShotHold: case kShotHold:
{ {
myself->shot_hold = true;
DoShotNewAI(); DoShotNewAI();
} }
break; break;