aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Oliver <contact@pauloliver.dev>2024-02-29 01:50:44 +0100
committerPaul Oliver <contact@pauloliver.dev>2024-02-29 01:50:44 +0100
commit76a75c92be37aae5fb227030bb375a0a3e505637 (patch)
treec354ea8354a2c0c4170a9b4a802e283d642b1b17
parent3a53218182e58ac074fa0a760404550d9fdf6fe1 (diff)
Removed automatic organism instantiation.
-rw-r--r--README.md4
-rw-r--r--src/process.c2
2 files changed, 2 insertions, 4 deletions
diff --git a/README.md b/README.md
index d6d0fc8..85429a6 100644
--- a/README.md
+++ b/README.md
@@ -25,8 +25,8 @@ light, if you will).
To watch an introductory video about *SALIS*
[go here.](https://www.youtube.com/watch?v=jCFmOCvy6po)
-Follow the *SALIS* subreddit
-[here.](https://www.reddit.com/r/salis/)
+Follow *SALIS* on
+[Reddit.](https://www.reddit.com/r/salis/)
### Details
- *SALIS* is an API, so an UI must be written to communicate with it
diff --git a/src/process.c b/src/process.c
index faee0df..537f6cc 100644
--- a/src/process.c
+++ b/src/process.c
@@ -1084,8 +1084,6 @@ sp_cycle(void)
while (sm_isOverCap()) {
sp_kill();
}
- } else {
- sp_create(0, 1);
}
#ifndef NDEBUG