Skip to content

Commit

Permalink
Removed automatic organism instantiation.
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulTOliver committed May 5, 2018
1 parent 435734e commit c412c7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions src/process.c
Original file line number Diff line number Diff line change
Expand Up @@ -1084,8 +1084,6 @@ sp_cycle(void)
while (sm_isOverCap()) {
sp_kill();
}
} else {
sp_create(0, 1);
}

#ifndef NDEBUG
Expand Down

0 comments on commit c412c7d

Please sign in to comment.