mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-04-14 14:53:20 +00:00
CLI option for anti-crossing
This commit is contained in:
parent
d641fee124
commit
4447a999ed
4
rug.cpp
4
rug.cpp
@ -1866,6 +1866,10 @@ int rugArgs() {
|
||||
subdivide_first = true;
|
||||
}
|
||||
|
||||
else if(argis("-anticusp")) {
|
||||
shift(); anticusp_factor = argf();
|
||||
}
|
||||
|
||||
else return 1;
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user