mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-11-04 07:43:02 +00:00 
			
		
		
		
	fixed EX max_iter_iso
This commit is contained in:
		@@ -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;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user