This commit is contained in:
jbetzend 2014-04-23 11:23:24 +02:00
parent 1bbf900ec4
commit b7fef589a9

View File

@ -30,5 +30,5 @@ type Seed = (XCoord, ZCoord)
-- | Add lakes on generated Map from (possible) Seeds noted before. -- | Add lakes on generated Map from (possible) Seeds noted before.
-- --
-- TODO: implement and erode terrain on the way down. -- TODO: implement and erode terrain on the way down.
addLakes :: PlayMap -> [Seeds] -> PlayMap addLakes :: PlayMap -> [Seed] -> PlayMap
addLakes m s = undefined addLakes m s = undefined