summaryrefslogtreecommitdiff
path: root/src/tilehighlight_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tilehighlight_type.h')
-rw-r--r--src/tilehighlight_type.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tilehighlight_type.h b/src/tilehighlight_type.h
index 1ad04d9ea..59fd3237c 100644
--- a/src/tilehighlight_type.h
+++ b/src/tilehighlight_type.h
@@ -71,6 +71,9 @@ 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;
};