1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-18 11:19:59 +00:00

set ipd via CLI

This commit is contained in:
Zeno Rogue 2020-02-26 01:29:44 +01:00
parent f84f51e972
commit 833c8080ff

View File

@ -646,6 +646,10 @@ int read_cheat_args() {
PHASEFROM(2);
shift(); vid.stereo_mode = eStereo(argi());
}
else if(argis("-ipd")) {
PHASEFROM(2);
shift_arg_formula(vid.ipd);
}
#if CAP_INV
else if(argis("-IU")) {
PHASE(3) cheat();