diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-05-05 13:03:12 -0400 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-05-05 13:03:12 -0400 |
commit | d343d1f19a74657489d987dbd97b84e7389ae295 (patch) | |
tree | 2e47b11231a68494c5146a32b2a90685cc850a13 /src/battle_ai.c | |
parent | ac4ca95a7bcf05482add953aafa081df824fc954 (diff) | |
parent | 6b5f5b95bdac53ab4abd93302897d02118738561 (diff) |
whitespace was released outside. Bye-bye, whitespace!
Diffstat (limited to 'src/battle_ai.c')
-rw-r--r-- | src/battle_ai.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/battle_ai.c b/src/battle_ai.c index cefa8fecb..bd320904f 100644 --- a/src/battle_ai.c +++ b/src/battle_ai.c @@ -421,7 +421,7 @@ void BattleAI_DoAIProcessing(void) AI_THINKING_STRUCT->aiState = AIState_SettingUp; // as long as their are more moves to process, keep setting this to setup state. else AI_THINKING_STRUCT->aiState++; // done processing. - AI_THINKING_STRUCT->aiAction &= (AI_ACTION_FLEE | AI_ACTION_WATCH | AI_ACTION_DO_NOT_ATTACK | + AI_THINKING_STRUCT->aiAction &= (AI_ACTION_FLEE | AI_ACTION_WATCH | AI_ACTION_DO_NOT_ATTACK | AI_ACTION_UNK5 | AI_ACTION_UNK6 | AI_ACTION_UNK7 | AI_ACTION_UNK8); // disable AI_ACTION_DONE. } break; |