(svn r15065) -Change (r14919): Allow to select a new station location by ctrl-clicking while distant-join window is open. (PhilSophus)

This commit is contained in:
frosch
2009-01-13 17:28:11 +00:00
parent 2ae730b220
commit 7014833641
4 changed files with 15 additions and 6 deletions

View File

@@ -24,6 +24,8 @@ void VpStartPlaceSizing(TileIndex tile, ViewportPlaceMethod method, ViewportDrag
void VpSetPresizeRange(TileIndex from, TileIndex to);
void VpSetPlaceSizingLimit(int limit);
void UpdateTileSelection();
extern PlaceProc *_place_proc;
extern TileHighlightData _thd;