(svn r15413) -Fix [FS#2529/2533]: inconsistencies between station and bridge building w.r.t. tile selection and when the window should be closed.

This commit is contained in:
rubidium
2009-02-08 15:45:34 +00:00
parent 748d4d2fb9
commit 856f26e35b
7 changed files with 10 additions and 26 deletions

View File

@@ -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;
};