mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-11 09:50:34 +00:00
option -ray-comp
This commit is contained in:
parent
f1e31b961b
commit
2002845f8a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user