mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 14:02:59 +00:00 
			
		
		
		
	sag:: vizsa_len now has a default value which does not invoke division-by-zero bugs
This commit is contained in:
		| @@ -42,7 +42,7 @@ namespace sag { | ||||
|   bool auto_visualize = true; | ||||
|  | ||||
|   int vizsa_start; | ||||
|   int vizsa_len; | ||||
|   int vizsa_len = 5; | ||||
|    | ||||
|   /** all the SAG cells */ | ||||
|   vector<cell*> sagcells; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue