(svn r14919) -Feature: distant joining of stations (Frostregen and PhilSophus)

This commit is contained in:
rubidium
2009-01-08 16:35:45 +00:00
parent b34b386588
commit c8c61e36bd
19 changed files with 420 additions and 38 deletions

View File

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