aboutsummaryrefslogtreecommitdiffstats
path: root/src/world.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/world.c')
-rw-r--r--src/world.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/world.c b/src/world.c
index 0217fd7..bf486e3 100644
--- a/src/world.c
+++ b/src/world.c
@@ -452,6 +452,12 @@ Seed generatePond(World* world, Color* heightmap, WorldUID id, Seed seed)
return seed;
}
+// TODO: get this mother fucker done in a sane amount of time
+Seed generateWorldSamanthasPlace(World* world, Seed seed, int spotIndex)
+{
+ return seed;
+}
+
Seed generateWorldPlants(World* world, Seed seed, int start, int end)
{
for (int index = start; index < end; ++index)