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

option -ray-comp

This commit is contained in:
Zeno Rogue 2019-10-28 17:33:54 +01:00
parent f1e31b961b
commit 2002845f8a

View File

@ -895,6 +895,10 @@ int readArgs() {
PHASEFROM(2);
want_use = 1;
}
else if(argis("-ray-comp")) {
PHASEFROM(2);
comparison_mode = true;
}
else if(argis("-ray-cells")) {
PHASEFROM(2); shift();
rays_generate = true;