File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed
Generals/Code/GameEngine/Source/GameLogic/AI
GeneralsMD/Code/GameEngine/Source/GameLogic/AI Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -427,11 +427,10 @@ void AI::parseAiDataDefinition( INI* ini )
427
427
if ( ini->getLoadType () == INI_LOAD_CREATE_OVERRIDES )
428
428
TheAI->newOverride ();
429
429
430
- } // end if
431
-
432
- // parse the ini weapon definition
433
- ini->initFromINI ( TheAI->m_aiData , TheAIFieldParseTable );
430
+ // parse the ini weapon definition
431
+ ini->initFromINI ( TheAI->m_aiData , TheAIFieldParseTable );
434
432
433
+ } // end if
435
434
}
436
435
437
436
Original file line number Diff line number Diff line change @@ -430,11 +430,10 @@ void AI::parseAiDataDefinition( INI* ini )
430
430
if ( ini->getLoadType () == INI_LOAD_CREATE_OVERRIDES )
431
431
TheAI->newOverride ();
432
432
433
- } // end if
434
-
435
- // parse the ini weapon definition
436
- ini->initFromINI ( TheAI->m_aiData , TheAIFieldParseTable );
433
+ // parse the ini weapon definition
434
+ ini->initFromINI ( TheAI->m_aiData , TheAIFieldParseTable );
437
435
436
+ } // end if
438
437
}
439
438
440
439
You can’t perform that action at this time.
0 commit comments