mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-20 11:54:48 +00:00
fixed EX max_iter_iso
This commit is contained in:
parent
342c1d91ca
commit
8bf9b5f906
@ -43,7 +43,8 @@ static const int NO_LIMIT = 999999;
|
||||
|
||||
EX ld hard_limit = NO_LIMIT;
|
||||
|
||||
EX int max_iter_sol = 600, max_iter_iso = 60;
|
||||
EX int max_iter_sol = 600;
|
||||
EX int max_iter_iso = 60;
|
||||
|
||||
EX int max_cells = 2048;
|
||||
EX bool rays_generate = true;
|
||||
|
Loading…
Reference in New Issue
Block a user