diff options
Diffstat (limited to 'src/variables.h')
-rw-r--r-- | src/variables.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/variables.h b/src/variables.h index 83b991574..1cc576075 100644 --- a/src/variables.h +++ b/src/variables.h @@ -130,7 +130,7 @@ struct Patches { byte liveries; // Options for displaying company liveries, 0=none, 1=self, 2=all bool prefer_teamchat; // Choose the chat message target with <ENTER>, true=all players, false=your team bool advanced_vehicle_list; // Use the "advanced" vehicle list - bool loading_indicators; // Show loading indicators + uint8 loading_indicators; // Show loading indicators uint8 default_rail_type; ///< The default rail type for the rail GUI uint8 toolbar_pos; // position of toolbars, 0=left, 1=center, 2=right |