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