1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-20 11:54:48 +00:00

3d:: CLI option -sloppy

This commit is contained in:
Zeno Rogue 2019-05-05 17:35:43 +02:00
parent 282b3d79a2
commit e4b4b052ed

View File

@ -731,6 +731,10 @@ int read_cheat_args() {
PHASEFROM(2);
shift_arg_formula(sightranges[geometry]);
}
else if(argis("-sloppy")) {
PHASEFROM(2);
vid.sloppy_3d = true;
}
else if(argis("-gen3")) {
PHASEFROM(2);
shift_arg_formula(extra_generation_distance);