128 bool reverse_scroll; // Right-Click-Scrolling scrolls in the opposite direction |
128 bool reverse_scroll; // Right-Click-Scrolling scrolls in the opposite direction |
129 bool disable_elrails; // when true, the elrails are disabled |
129 bool disable_elrails; // when true, the elrails are disabled |
130 bool measure_tooltip; // Show a permanent tooltip when dragging tools |
130 bool measure_tooltip; // Show a permanent tooltip when dragging tools |
131 byte liveries; // Options for displaying company liveries, 0=none, 1=self, 2=all |
131 byte liveries; // Options for displaying company liveries, 0=none, 1=self, 2=all |
132 bool prefer_teamchat; // Choose the chat message target with <ENTER>, true=all players, false=your team |
132 bool prefer_teamchat; // Choose the chat message target with <ENTER>, true=all players, false=your team |
|
133 bool advanced_vehicle_list; // Use the "advanced" vehicle list |
133 |
134 |
134 uint8 toolbar_pos; // position of toolbars, 0=left, 1=center, 2=right |
135 uint8 toolbar_pos; // position of toolbars, 0=left, 1=center, 2=right |
135 uint8 window_snap_radius; // Windows snap at each other if closer than this |
136 uint8 window_snap_radius; // Windows snap at each other if closer than this |
136 |
137 |
137 UnitID max_trains; // max trains in game per player (these are 16bit because the unitnumber field can't hold more) |
138 UnitID max_trains; // max trains in game per player (these are 16bit because the unitnumber field can't hold more) |