This commit is contained in:
aozhiwei 2019-04-30 16:49:36 +08:00
parent 7399c136b8
commit d232fa37bd

View File

@ -106,7 +106,6 @@ void AndroidAI::DoMove()
void AndroidAI::DoAttack()
{
#if 0
Human* hum = (Human*)owner;
if (a8::HasBitFlag(hum->status, HS_Fly) ||
a8::HasBitFlag(hum->status, HS_Jump)) {
@ -124,5 +123,4 @@ void AndroidAI::DoAttack()
sender->Shot(shot_dir);
}
}
#endif
}