mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 05:52:59 +00:00 
			
		
		
		
	in createMov applied mirror just in case
This commit is contained in:
		
							
								
								
									
										2
									
								
								cell.cpp
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								cell.cpp
									
									
									
									
									
								
							| @@ -138,7 +138,7 @@ cell *createMov(cell *c, int d) { | |||||||
|   #endif |   #endif | ||||||
|   else if(archimedean || PURE) { |   else if(archimedean || PURE) { | ||||||
|     heptagon *h2 = createStep(c->master, d); |     heptagon *h2 = createStep(c->master, d); | ||||||
|     c->c.connect(d, h2->c7,c->master->c.spin(d),false); |     c->c.connect(d, h2->c7,c->master->c.spin(d), c->master->c.mirror(d)); | ||||||
|     } |     } | ||||||
|   else if(c == c->master->c7) { |   else if(c == c->master->c7) { | ||||||
|      |      | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 ?
					?