[Add] Just a minor comment.

This commit is contained in:
Allanis 2013-12-15 01:18:12 +00:00
parent 66028742b5
commit e8257c2555

View File

@ -1214,7 +1214,7 @@ void pilot_init(Pilot* pilot, Ship* ship, char* name, int faction,
/* AI. */
if(ai != NULL) {
ai_pinit(pilot, ai);
ai_pinit(pilot, ai); /* Must run before ai_create. */
pilot->ai = ai;
}