mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-03-13 23:18:16 +00:00
flocking:: -flockspd option
This commit is contained in:
parent
c66fbe9ea0
commit
1bf12411bb
@ -348,6 +348,10 @@ namespace flocking {
|
||||
for(int i=0; i<N; i++)
|
||||
vdata[i].cp.shade = shape;
|
||||
}
|
||||
else if(argis("-flockspd")) {
|
||||
shift(); ini_speed = argf();
|
||||
shift(); max_speed = argf();
|
||||
}
|
||||
#ifdef USE_THREADS
|
||||
else if(argis("-threads")) {
|
||||
shift(); threads = argi();
|
||||
|
Loading…
x
Reference in New Issue
Block a user