1
This commit is contained in:
parent
7399c136b8
commit
d232fa37bd
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user