From a2224be33baae7ae07473e74fe94414cdb8f41d2 Mon Sep 17 00:00:00 2001 From: Joshua Rahm Date: Sat, 19 Apr 2014 03:59:39 -0600 Subject: fixed cpu hemorraging when there are no trees. Added svalbard map. --- Final.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'Final.hs') diff --git a/Final.hs b/Final.hs index facc916..edea8ff 100644 --- a/Final.hs +++ b/Final.hs @@ -288,6 +288,7 @@ main = do let !forestLocations = runMonadPlusBuilder $ createLocations arr stgen 7 Forest let !jungleLocations = runMonadPlusBuilder $ createLocations arr stgen2 2 Jungle + putStrLn $ "Jungle locations: " ++! jungleLocations water <- getWaterQuads arr coloredArr -- putStrLn $ "ForestLocations :" ++! forestLocations makeResources surface (createBuilder arr) forestLocations jungleLocations water -- cgit