From b7fef589a93601ecfe419a24a379cd6381ee0e87 Mon Sep 17 00:00:00 2001 From: jbetzend Date: Wed, 23 Apr 2014 11:23:24 +0200 Subject: [PATCH] commit --- src/Map/Creation.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Map/Creation.hs b/src/Map/Creation.hs index 31703ae..949fd97 100644 --- a/src/Map/Creation.hs +++ b/src/Map/Creation.hs @@ -30,5 +30,5 @@ type Seed = (XCoord, ZCoord) -- | Add lakes on generated Map from (possible) Seeds noted before. -- -- TODO: implement and erode terrain on the way down. -addLakes :: PlayMap -> [Seeds] -> PlayMap +addLakes :: PlayMap -> [Seed] -> PlayMap addLakes m s = undefined