summaryrefslogtreecommitdiff
path: root/src/viewport.cpp
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2009-01-13 17:28:11 +0000
committerfrosch <frosch@openttd.org>2009-01-13 17:28:11 +0000
commit4780c732241b78be16df0cd493c79931c97344aa (patch)
tree009a3f4774db0f9f731df2883270fc763bd1493c /src/viewport.cpp
parente41655d67c2b1b6eb0f42466ed6723e7e1c32fd1 (diff)
downloadopenttd-4780c732241b78be16df0cd493c79931c97344aa.tar.xz
(svn r15065) -Change (r14919): Allow to select a new station location by ctrl-clicking while distant-join window is open. (PhilSophus)
Diffstat (limited to 'src/viewport.cpp')
-rw-r--r--src/viewport.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/viewport.cpp b/src/viewport.cpp
index 7029dc2da..57520bf54 100644
--- a/src/viewport.cpp
+++ b/src/viewport.cpp
@@ -2116,7 +2116,6 @@ static HighLightStyle GetAutorailHT(int x, int y)
* Also drawstyle is determined. Uses _thd.new.* as a buffer and calls SetSelectionTilesDirty() twice,
* Once for the old and once for the new selection.
* _thd is TileHighlightData, found in viewport.h
- * Called by MouseLoop() in windows.cpp
*/
void UpdateTileSelection()
{