1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-19 11:49:59 +00:00

rogueviz::flocking:: flockfollow parameter on CL

This commit is contained in:
Zeno Rogue 2018-11-20 19:01:29 +01:00
parent 0ed74b12c4
commit 2731367b5d

View File

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