mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-07 19:02:23 +00:00
set ipd via CLI
This commit is contained in:
@@ -646,6 +646,10 @@ int read_cheat_args() {
|
|||||||
PHASEFROM(2);
|
PHASEFROM(2);
|
||||||
shift(); vid.stereo_mode = eStereo(argi());
|
shift(); vid.stereo_mode = eStereo(argi());
|
||||||
}
|
}
|
||||||
|
else if(argis("-ipd")) {
|
||||||
|
PHASEFROM(2);
|
||||||
|
shift_arg_formula(vid.ipd);
|
||||||
|
}
|
||||||
#if CAP_INV
|
#if CAP_INV
|
||||||
else if(argis("-IU")) {
|
else if(argis("-IU")) {
|
||||||
PHASE(3) cheat();
|
PHASE(3) cheat();
|
||||||
|
Reference in New Issue
Block a user