mirror of https://github.com/OpenTTD/OpenTTD
(svn r21779) -Cleanup(r21778): Remove unneeded space at the start of a line.
parent
eb2b510e01
commit
1b237216a8
|
@ -89,7 +89,7 @@ static void PlaceRoad_Bridge(TileIndex tile, Window *w)
|
||||||
* bit 8-9 transport type
|
* bit 8-9 transport type
|
||||||
* @param p2 unused
|
* @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()) {
|
if (result.Succeeded()) {
|
||||||
SndPlayTileFx(SND_20_SPLAT_2, start_tile);
|
SndPlayTileFx(SND_20_SPLAT_2, start_tile);
|
||||||
|
|
Loading…
Reference in New Issue