1
0
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:
Zeno Rogue 2019-04-21 20:52:20 +02:00
parent fd03c60a85
commit 4a3bf2b9f8

View File

@ -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();
}