1
This commit is contained in:
parent
5e95617be7
commit
5693a8f6bb
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user