mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-06 08:43:02 +00:00
rogueviz::flocking:: flockfollow parameter on CL
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user