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
commit856f26e35b51447dc3cb707dcf0dbd5a87cfe3c0 (patch)
tree1e36a2be5ddf63b800e78616aa7a9a247c017944 /src/tilehighlight_type.h
parent748d4d2fb9b6e1813ac48075f4b694ece52d4e27 (diff)
downloadopenttd-856f26e35b51447dc3cb707dcf0dbd5a87cfe3c0.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;
};