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