mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 22:12:59 +00:00 
			
		
		
		
	fake:: added missing override
This commit is contained in:
		
							
								
								
									
										2
									
								
								fake.cpp
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								fake.cpp
									
									
									
									
									
								
							| @@ -83,7 +83,7 @@ EX namespace fake { | |||||||
|       return FPIU(currentmap->create_step(parent, d)); |       return FPIU(currentmap->create_step(parent, d)); | ||||||
|       } |       } | ||||||
|  |  | ||||||
|     virtual hyperpoint get_corner(cell *c, int cid, ld cf=3) {  |     hyperpoint get_corner(cell *c, int cid, ld cf=3) override {  | ||||||
|  |  | ||||||
|       if(arcm::in()) { |       if(arcm::in()) { | ||||||
|         return underlying_map->get_corner(c, cid, cf); |         return underlying_map->get_corner(c, cid, cf); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue