aboutsummaryrefslogtreecommitdiffstats
path: root/src/world.c
diff options
context:
space:
mode:
authornathan <nathansmith@disroot.org>2025-08-25 14:51:32 +0000
committernathan <nathansmith@disroot.org>2025-08-25 14:51:32 +0000
commit459aca4f1fe506340bc6238f8da39f494bb45352 (patch)
treee94ab943627158d531d0f29eaa332d035a48b92a /src/world.c
parent6b394e9429c26b2c0a3a2f19ce48b16d57fa098e (diff)
downloadFindThings-459aca4f1fe506340bc6238f8da39f494bb45352.tar.gz
FindThings-459aca4f1fe506340bc6238f8da39f494bb45352.tar.bz2
FindThings-459aca4f1fe506340bc6238f8da39f494bb45352.zip
Lazy day (:
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)