Talk:Modified catchment
From OpenTTD
Looked up the catchment sizes in the code:
enum {
CA_BUS = 3,
CA_TRUCK = 3,
CA_AIR_OILPAD = 3,
CA_TRAIN = 4,
CA_AIR_HELIPORT = 4,
CA_AIR_SMALL = 4,
CA_AIR_LARGE = 5,
CA_DOCK = 5,
CA_AIR_METRO = 6,
CA_AIR_INTER = 8,
};
Should help when making this page.
--Hazelrah 08:33, 20 May 2005 (CEST)

