boids: Up the initial boids count to 100

db4
Eduardo Cavazos 2008-07-28 00:50:08 -05:00
parent d6ad62ebf0
commit 7a3a0d3677
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@ cond ;
! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
: init-boids ( -- ) 50 random-boids >boids ;
: init-boids ( -- ) 100 random-boids >boids ;
: init-world-size ( -- ) { 100 100 } >world-size ;