Changeset - r17032:3415d18e7463
[Not reviewed]
master
0 1 0
terkhen - 14 years ago 2011-01-14 12:46:05
terkhen@openttd.org
(svn r21779) -Cleanup(r21778): Remove unneeded space at the start of a line.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/road_gui.cpp
Show inline comments
 
@@ -89,7 +89,7 @@ static void PlaceRoad_Bridge(TileIndex t
 
 *           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);
0 comments (0 inline, 0 general)