From e9624fe0cc4b2716358a563edb1bc48c05cdbcce Mon Sep 17 00:00:00 2001 From: rubidium Date: Fri, 2 Oct 2009 15:13:15 +0000 Subject: (svn r17682) -Codechange: remove erroneous space before some commas --- src/tunnelbridge_cmd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tunnelbridge_cmd.cpp') diff --git a/src/tunnelbridge_cmd.cpp b/src/tunnelbridge_cmd.cpp index a94620ee5..a6b98c29b 100644 --- a/src/tunnelbridge_cmd.cpp +++ b/src/tunnelbridge_cmd.cpp @@ -942,7 +942,7 @@ static void DrawTile_TunnelBridge(TileInfo *ti) if (catenary) EndSpriteCombine(); /* Add helper BB for sprite sorting, that separate the tunnel from things beside of it */ - AddSortableSpriteToDraw(SPR_EMPTY_BOUNDING_BOX, PAL_NONE, ti->x , ti->y , BB_data[6], BB_data[7], TILE_HEIGHT, ti->z); + AddSortableSpriteToDraw(SPR_EMPTY_BOUNDING_BOX, PAL_NONE, ti->x, ti->y, BB_data[6], BB_data[7], TILE_HEIGHT, ti->z); AddSortableSpriteToDraw(SPR_EMPTY_BOUNDING_BOX, PAL_NONE, ti->x + BB_data[4], ti->y + BB_data[5], BB_data[6], BB_data[7], TILE_HEIGHT, ti->z); DrawBridgeMiddle(ti); -- cgit v1.2.3-54-g00ecf