1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-29 17:39:09 +00:00

(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 e41655d67c
commit 4780c73224
4 changed files with 15 additions and 6 deletions

View File

@@ -1745,7 +1745,6 @@ enum MouseClick {
TIME_BETWEEN_DOUBLE_CLICK = 500, ///< Time between 2 left clicks before it becoming a double click, in ms
};
extern void UpdateTileSelection();
extern bool VpHandlePlaceSizingDrag();
static void ScrollMainViewport(int x, int y)