(svn r24194) -Change: Rename the 'signal_side' setting to 'train_signal_side', and add a third option while doing so.

This commit is contained in:
frosch
2012-05-01 15:53:51 +00:00
parent f214171d15
commit 70b2c96c8b
60 changed files with 21 additions and 63 deletions

View File

@@ -240,7 +240,7 @@ struct ConstructionSettings {
bool autoslope; ///< allow terraforming under things
uint16 max_bridge_length; ///< maximum length of bridges
uint16 max_tunnel_length; ///< maximum length of tunnels
bool signal_side; ///< show signals on right side
byte train_signal_side; ///< show signals on left / driving / right side
bool extra_dynamite; ///< extra dynamite
bool road_stop_on_town_road; ///< allow building of drive-through road stops on town owned roads
bool road_stop_on_competitor_road; ///< allow building of drive-through road stops on roads owned by competitors