mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-27 16:39:09 +00:00
(svn r21779) -Cleanup(r21778): Remove unneeded space at the start of a line.
This commit is contained in:
@@ -89,7 +89,7 @@ static void PlaceRoad_Bridge(TileIndex tile, Window *w)
|
||||
* bit 8-9 transport type
|
||||
* @param p2 unused
|
||||
*/
|
||||
void CcBuildRoadTunnel(const CommandCost &result, TileIndex start_tile, uint32 p1, uint32 p2)
|
||||
void CcBuildRoadTunnel(const CommandCost &result, TileIndex start_tile, uint32 p1, uint32 p2)
|
||||
{
|
||||
if (result.Succeeded()) {
|
||||
SndPlayTileFx(SND_20_SPLAT_2, start_tile);
|
||||
|
Reference in New Issue
Block a user