mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-06-14 04:14:06 +00:00
solv:: options -solgeo and -solnogeo
This commit is contained in:
parent
cc46c3bd18
commit
537f9455ee
10
sol.cpp
10
sol.cpp
@ -433,6 +433,16 @@ auto sol_config = addHook(hooks_args, 0, [] () {
|
|||||||
shift_arg_formula(glitch_z);
|
shift_arg_formula(glitch_z);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
else if(argis("-solgeo")) {
|
||||||
|
geodesic_movement = true;
|
||||||
|
pmodel = mdSolPerspective;
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
else if(argis("-solnogeo")) {
|
||||||
|
geodesic_movement = false;
|
||||||
|
pmodel = mdPerspective;
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
return 1;
|
return 1;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user