diff --git a/src/Lib/Polygon/names.hxx b/src/Lib/Polygon/names.hxx index aafc77b3..4286eb4e 100644 --- a/src/Lib/Polygon/names.hxx +++ b/src/Lib/Polygon/names.hxx @@ -89,7 +89,6 @@ enum AreaType { BareTundraCover, // Bare Ground Tundra SnowCover, // Snow or Ice - IslandArea, // any island area not covered otherwise DefaultArea, // any land area not covered otherwise diff --git a/src/Utils/cdrom/mk-mklayout-script.pl b/src/Utils/cdrom/mk-mklayout-script.pl index b43ba9bc..bf7cf649 100755 --- a/src/Utils/cdrom/mk-mklayout-script.pl +++ b/src/Utils/cdrom/mk-mklayout-script.pl @@ -3,7 +3,7 @@ $layout = "/stage/fgfs02/curt/layout-cd"; $source = "/stage/fgfs01/ftp/pub/fgfs/Scenery"; -@files = `ls $layout/Africa/* $layout/Asia-East/* $layout/Asia-West/* $layout/Europe/* $layout/NorthAmerica-East/* $layout/NorthAmerica-West/* $layout/SouthAmerica-Antartica/* $layout/USA/*`; +@files = `ls $layout/Africa/* $layout/Asia-East/* $layout/Asia-West/* $layout/Australia/* $layout/Europe/* $layout/NorthAmerica-East/* $layout/NorthAmerica-West/* $layout/SouthAmerica-Antartica/* $layout/USA/*`; foreach $file ( @files ) { chomp $file;