(svn r2696) Remove stray semicolons

This commit is contained in:
tron
2005-07-23 19:48:24 +00:00
parent e36506b1d1
commit 23c20173b1
3 changed files with 17 additions and 17 deletions

View File

@@ -1310,7 +1310,7 @@ TileIndex GetVehicleTileOutOfTunnel(const Vehicle *v, bool reverse)
}
return tile;
};
}
static void ReverseTrainDirection(Vehicle *v)
{