forked from mirror/OpenTTD
(svn r23355) -Codechange: rename all AI* to Script* (Rubidium)
This commit is contained in:
@@ -379,7 +379,7 @@ static void ShipArrivesAt(const Vehicle *v, Station *st)
|
||||
v->index,
|
||||
st->index
|
||||
);
|
||||
AI::NewEvent(v->owner, new AIEventStationFirstVehicle(st->index, v->index));
|
||||
AI::NewEvent(v->owner, new ScriptEventStationFirstVehicle(st->index, v->index));
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user