summaryrefslogtreecommitdiff
path: root/src/variables.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-09-08 22:04:49 +0000
committerrubidium <rubidium@openttd.org>2007-09-08 22:04:49 +0000
commit3243b075420be284f50f82b861216c9cff1fa248 (patch)
tree7eabd4473c65749847f758e529f06ce7996d5e5e /src/variables.h
parent814583f2a6b1b56c9dd865284ba5220708f6b210 (diff)
downloadopenttd-3243b075420be284f50f82b861216c9cff1fa248.tar.xz
(svn r11063) -Codechange: make it possible for people to view the loading indicators of everyone. Patch by SmatZ.
Diffstat (limited to 'src/variables.h')
-rw-r--r--src/variables.h2
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