mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-17 06:07:12 +00:00
rogueviz::flocking:: flockfollow parameter on CL
This commit is contained in:
@@ -277,6 +277,9 @@ namespace flocking {
|
|||||||
else if(argis("-sepr")) {
|
else if(argis("-sepr")) {
|
||||||
shift(); sep_range = argf();
|
shift(); sep_range = argf();
|
||||||
}
|
}
|
||||||
|
else if(argis("-flockfollow")) {
|
||||||
|
shift(); follow = argi();
|
||||||
|
}
|
||||||
else return 1;
|
else return 1;
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user