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:
@@ -837,9 +837,10 @@ static void TileLoop_Industry(TileIndex tile)
|
||||
}
|
||||
}
|
||||
|
||||
static void ClickTile_Industry(TileIndex tile)
|
||||
static bool ClickTile_Industry(TileIndex tile)
|
||||
{
|
||||
ShowIndustryViewWindow(GetIndustryIndex(tile));
|
||||
return true;
|
||||
}
|
||||
|
||||
static TrackStatus GetTileTrackStatus_Industry(TileIndex tile, TransportType mode, uint sub_mode, DiagDirection side)
|
||||
|
Reference in New Issue
Block a user