1
0
Fork 0

Misc tweaks.

This commit is contained in:
curt 2002-02-27 18:53:10 +00:00
parent 645abd08c1
commit 5cbacb4a7a
2 changed files with 1 additions and 2 deletions

View file

@ -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

View file

@ -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;