mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 21:07:17 +00:00
rogueviz::flocking:: check_range CLI configuragle
This commit is contained in:
parent
fd03c60a85
commit
4a3bf2b9f8
@ -306,6 +306,9 @@ namespace flocking {
|
||||
else if(argis("-sepf")) {
|
||||
shift(); sep_factor = argf();
|
||||
}
|
||||
else if(argis("-checkr")) {
|
||||
shift(); check_range = argf();
|
||||
}
|
||||
else if(argis("-cohr")) {
|
||||
shift(); coh_range = argf();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user