minor format fix
This commit is contained in:
parent
fac6f21ed0
commit
f0edbeb0b0
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||
|
|
Loading…
Reference in a new issue