X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/80214df235164884f49a9fc12d7a34138a21a44c..a31889935875a7d1d32c8dae2d6218d7938167f8:/src/terraserver.c?ds=sidebyside diff --git a/src/terraserver.c b/src/terraserver.c index 4499dbfd..68c77b8f 100644 --- a/src/terraserver.c +++ b/src/terraserver.c @@ -41,7 +41,7 @@ static int terraserver_urban_download ( MapCoord *src, const gchar *dest_fn ); static void terraserver_mapcoord_to_center_coord ( MapCoord *src, VikCoord *dest ); -static DownloadOptions terraserver_options = { 0 }; +static DownloadOptions terraserver_options = { 0, NULL }; void terraserver_init () { VikMapsLayer_MapType map_type_1 = { 2, 200, 200, VIK_VIEWPORT_DRAWMODE_UTM, terraserver_topo_coord_to_mapcoord, terraserver_mapcoord_to_center_coord, terraserver_topo_download };