forked from mirror/OpenTTD
(svn r14789) -Feature: allow scrolling with the left mouse button pressed (if enabled). Primarily useful for systems with touch screen (aapo)
This commit is contained in:
@@ -1282,9 +1282,10 @@ static void TileLoop_TunnelBridge(TileIndex tile)
|
||||
}
|
||||
}
|
||||
|
||||
static void ClickTile_TunnelBridge(TileIndex tile)
|
||||
static bool ClickTile_TunnelBridge(TileIndex tile)
|
||||
{
|
||||
/* not used */
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user