[Add] Just a minor comment.
This commit is contained in:
parent
66028742b5
commit
e8257c2555
@ -1214,7 +1214,7 @@ void pilot_init(Pilot* pilot, Ship* ship, char* name, int faction,
|
|||||||
|
|
||||||
/* AI. */
|
/* AI. */
|
||||||
if(ai != NULL) {
|
if(ai != NULL) {
|
||||||
ai_pinit(pilot, ai);
|
ai_pinit(pilot, ai); /* Must run before ai_create. */
|
||||||
pilot->ai = ai;
|
pilot->ai = ai;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user