]> git.street.me.uk Git - andy/viking.git/blobdiff - src/terraserver.c
Fix parallel build (make -j8) on multi-processor machines. Based on a patch from...
[andy/viking.git] / src / terraserver.c
index 68c77b8fa43042a46c4581f607bc735a13c1388f..6eb9eee276c4fcc5bb63eadad98aeb851bc2f426 100644 (file)
@@ -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, NULL };
+static DownloadOptions terraserver_options = { NULL, 0, a_check_map_file };
 
 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 };