minor format fix

This commit is contained in:
ghoulslash 2022-07-03 16:31:00 -04:00
parent fac6f21ed0
commit f0edbeb0b0

View file

@ -179,7 +179,7 @@ void BattleAI_SetupAIData(u8 defaultScoreMoves)
{
s32 i, move, dmg;
u8 moveLimitations;
// Clear AI data but preserve the flags.
u32 flags = AI_THINKING_STRUCT->aiFlags;
memset(AI_THINKING_STRUCT, 0, sizeof(struct AI_ThinkingStruct));