mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 14:02:59 +00:00 
			
		
		
		
	fixed a crash in S^3
This commit is contained in:
		
							
								
								
									
										2
									
								
								reg3.cpp
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								reg3.cpp
									
									
									
									
									
								
							| @@ -618,7 +618,7 @@ EX namespace reg3 { | |||||||
|         quotient_map = new hrmap_field3(&currfp); |         quotient_map = new hrmap_field3(&currfp); | ||||||
|         } |         } | ||||||
|       #endif |       #endif | ||||||
|       h.zebraval = quotient_map->allh[0]->zebraval; |       h.zebraval = quotient_map ? quotient_map->allh[0]->zebraval : 0; | ||||||
|        |        | ||||||
|       if(hyperbolic) { |       if(hyperbolic) { | ||||||
|         dynamicval<eGeometry> g(geometry, gBinary3);  |         dynamicval<eGeometry> g(geometry, gBinary3);  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue