Misc tweaks.
This commit is contained in:
parent
645abd08c1
commit
5cbacb4a7a
2 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue