From 76a75c92be37aae5fb227030bb375a0a3e505637 Mon Sep 17 00:00:00 2001 From: Paul Oliver Date: Thu, 29 Feb 2024 01:50:44 +0100 Subject: Removed automatic organism instantiation. --- README.md | 4 ++-- src/process.c | 2 -- 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 -- cgit v1.2.1