summaryrefslogtreecommitdiff
path: root/src/tilehighlight_type.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-02-08 15:45:34 +0000
committerrubidium <rubidium@openttd.org>2009-02-08 15:45:34 +0000
commit412f93b877d650b911f2167018cd69e8e8a25d9b (patch)
tree1e36a2be5ddf63b800e78616aa7a9a247c017944 /src/tilehighlight_type.h
parent5429c5a095ba8a23fd5763692610c20ed2e6f7a8 (diff)
downloadopenttd-412f93b877d650b911f2167018cd69e8e8a25d9b.tar.xz
(svn r15413) -Fix [FS#2529/2533]: inconsistencies between station and bridge building w.r.t. tile selection and when the window should be closed.
Diffstat (limited to 'src/tilehighlight_type.h')
-rw-r--r--src/tilehighlight_type.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/tilehighlight_type.h b/src/tilehighlight_type.h
index 59fd3237c..1ad04d9ea 100644
--- a/src/tilehighlight_type.h
+++ b/src/tilehighlight_type.h
@@ -71,9 +71,6 @@ struct TileHighlightData {
ViewportPlaceMethod select_method;
ViewportDragDropSelectionProcess select_proc;
- bool lock_pos; //< If position changes are taken, or not
- bool lock_size; //< If size changes are taken, or not
-
TileIndex redsq;
};