summaryrefslogtreecommitdiff
path: root/variables.h
diff options
context:
space:
mode:
authorDarkvater <darkvater@openttd.org>2006-10-12 15:13:40 +0000
committerDarkvater <darkvater@openttd.org>2006-10-12 15:13:40 +0000
commit0ae642b9143bc2a2aeb6eb232a7dd8950f0e28fd (patch)
tree931a7de4c1ee526b74d6f55d691af56c66a2b6bd /variables.h
parentf1f6e4df277e599b15c13963d77db1c225374b8a (diff)
downloadopenttd-0ae642b9143bc2a2aeb6eb232a7dd8950f0e28fd.tar.xz
(svn r6758) -Feature: Add a measurement tool that will show dimensions and height
differences of various draggable tools (inspiration, concept and double checking by MeusH).
Diffstat (limited to 'variables.h')
-rw-r--r--variables.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/variables.h b/variables.h
index b7a1071cd..ef3d04b42 100644
--- a/variables.h
+++ b/variables.h
@@ -126,6 +126,7 @@ typedef struct Patches {
bool no_servicing_if_no_breakdowns; // dont send vehicles to depot when breakdowns are disabled
bool link_terraform_toolbar; // display terraform toolbar when displaying rail, road, water and airport toolbars
bool reverse_scroll; // Right-Click-Scrolling scrolls in the opposite direction
+ bool measure_tooltip; // Show a permanent tooltip when dragging tools
byte liveries; // Options for displaying company liveries, 0=none, 1=self, 2=all
uint8 toolbar_pos; // position of toolbars, 0=left, 1=center, 2=right