1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-18 03:09:59 +00:00

CLI option for anti-crossing

This commit is contained in:
Zeno Rogue 2018-02-27 19:39:54 +01:00
parent d641fee124
commit 4447a999ed

View File

@ -1866,6 +1866,10 @@ int rugArgs() {
subdivide_first = true; subdivide_first = true;
} }
else if(argis("-anticusp")) {
shift(); anticusp_factor = argf();
}
else return 1; else return 1;
return 0; return 0;
} }