variables.h
changeset 5116 2a33a74925c5
parent 5108 dc67d70b5a45
child 5144 4436139e3b99
equal deleted inserted replaced
5115:06bf0b853f81 5116:2a33a74925c5
   123 	bool forbid_90_deg;                 // forbid trains to make 90 deg turns
   123 	bool forbid_90_deg;                 // forbid trains to make 90 deg turns
   124 	bool invisible_trees;               // don't show trees when buildings are transparent
   124 	bool invisible_trees;               // don't show trees when buildings are transparent
   125 	bool no_servicing_if_no_breakdowns; // dont send vehicles to depot when breakdowns are disabled
   125 	bool no_servicing_if_no_breakdowns; // dont send vehicles to depot when breakdowns are disabled
   126 	bool link_terraform_toolbar;        // display terraform toolbar when displaying rail, road, water and airport toolbars
   126 	bool link_terraform_toolbar;        // display terraform toolbar when displaying rail, road, water and airport toolbars
   127 	bool reverse_scroll;                // Right-Click-Scrolling scrolls in the opposite direction
   127 	bool reverse_scroll;                // Right-Click-Scrolling scrolls in the opposite direction
       
   128 	bool disable_elrails;               // when true, the elrails are disabled
   128 	bool measure_tooltip;               // Show a permanent tooltip when dragging tools
   129 	bool measure_tooltip;               // Show a permanent tooltip when dragging tools
   129 	byte liveries;                      // Options for displaying company liveries, 0=none, 1=self, 2=all
   130 	byte liveries;                      // Options for displaying company liveries, 0=none, 1=self, 2=all
   130 	bool prefer_teamchat;               // Choose the chat message target with <ENTER>, true=all players, false=your team
   131 	bool prefer_teamchat;               // Choose the chat message target with <ENTER>, true=all players, false=your team
   131 
   132 
   132 	uint8 toolbar_pos;                  // position of toolbars, 0=left, 1=center, 2=right
   133 	uint8 toolbar_pos;                  // position of toolbars, 0=left, 1=center, 2=right
   238 	Cheat build_in_pause;   // build while in pause mode
   239 	Cheat build_in_pause;   // build while in pause mode
   239 	Cheat no_jetcrash;      // no jet will crash on small airports anymore
   240 	Cheat no_jetcrash;      // no jet will crash on small airports anymore
   240 	Cheat switch_climate;
   241 	Cheat switch_climate;
   241 	Cheat change_date;      // changes date ingame
   242 	Cheat change_date;      // changes date ingame
   242 	Cheat setup_prod;       // setup raw-material production in game
   243 	Cheat setup_prod;       // setup raw-material production in game
   243 	Cheat elrail;           // allow electric engines to be powered on conventional rail
   244 	Cheat dummy;            // empty cheat (enable running el-engines on normal rail)
   244 } Cheats;
   245 } Cheats;
   245 
   246 
   246 VARDEF Cheats _cheats;
   247 VARDEF Cheats _cheats;
   247 
   248 
   248 typedef struct Paths {
   249 typedef struct Paths {