Codechange: Replaced SmallVector::Include() with include()
This commit is contained in:
@@ -1614,7 +1614,7 @@ CommandCost RemoveFromRailBaseStation(TileArea ta, SmallVector<T *, 4> &affected
|
||||
|
||||
DeallocateSpecFromStation(st, specindex);
|
||||
|
||||
affected_stations.Include(st);
|
||||
include(affected_stations, st);
|
||||
|
||||
if (v != NULL) RestoreTrainReservation(v);
|
||||
}
|
||||
|
Reference in New Issue
Block a user