diff --git a/docs/newgrf-roadstops-nml.html b/docs/newgrf-roadstops-nml.html index c0cbf7ee5d..a4eb077687 100644 --- a/docs/newgrf-roadstops-nml.html +++ b/docs/newgrf-roadstops-nml.html @@ -129,8 +129,8 @@ stop_typeRST_TYPE_XXXXXX = BUS | TRUCK | WAYPOINT (Not in standard specification) terrain_typeTILETYPE_XXXXXX = NORMAL | DESERT | RAIN_FOREST | SNOW tile_slopeSLOPE_XXXSee tile slopes for an overview of possible values - has_road0 | 11 is this road stop has road - has_tram0 | 11 is this road stop has tram + has_road0 | 11 if this road stop has road + has_tram0 | 11 if this road stop has tram road_typeroad type | 0xFFRoad type. If there is no road the value will be 0xFF. If the roadtype has no entry in the roadtype translation table of the GRF, this value will be 0xFF. If no translation table is present, the raw value will be returned. tram_typetram type | 0xFFTram type. If there is no tram the value will be 0xFF. If the tramtype has no entry in the tramtype translation table of the GRF, this value will be 0xFF. If no translation table is present, the raw value will be returned. town_manhattan_distManhattan distance to the associated town