mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-06 00:33:01 +00:00
3d:: CLI option -sloppy
This commit is contained in:
@@ -731,6 +731,10 @@ int read_cheat_args() {
|
|||||||
PHASEFROM(2);
|
PHASEFROM(2);
|
||||||
shift_arg_formula(sightranges[geometry]);
|
shift_arg_formula(sightranges[geometry]);
|
||||||
}
|
}
|
||||||
|
else if(argis("-sloppy")) {
|
||||||
|
PHASEFROM(2);
|
||||||
|
vid.sloppy_3d = true;
|
||||||
|
}
|
||||||
else if(argis("-gen3")) {
|
else if(argis("-gen3")) {
|
||||||
PHASEFROM(2);
|
PHASEFROM(2);
|
||||||
shift_arg_formula(extra_generation_distance);
|
shift_arg_formula(extra_generation_distance);
|
||||||
|
|||||||
Reference in New Issue
Block a user