]> git.street.me.uk Git - andy/viking.git/blobdiff - src/terraserver.c
Store cursor info directly into tool struct
[andy/viking.git] / src / terraserver.c
index 4499dbfd6e7c5fcfbedeec783c58b8f1b5bac1b3..f740a0f22ced7356b238f2fbb43f7cb753152591 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 };
+static DownloadOptions terraserver_options = { NULL, 0 };
 
 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 };