1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-25 14:43:19 +00:00

rogueviz::flocking:: set PHASEFROM(2)

This commit is contained in:
Zeno Rogue 2018-12-13 17:03:52 +01:00
parent 8ba603fba3
commit f3b32173ad

View File

@ -256,6 +256,7 @@ namespace flocking {
// options before reading
if(0) ;
else if(argis("-flocking")) {
PHASEFROM(2);
shift(); N = argi();
init();
}