mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-30 13:32:59 +00:00 
			
		
		
		
	fixup to targetting
This commit is contained in:
		| @@ -8003,7 +8003,7 @@ EX void drawBug(const cellwalker& cw, color_t col) { | ||||
|  | ||||
| EX cell *viewcenter() { | ||||
|   if(masterless) return centerover.at; | ||||
|   else if(prod) return product::get_at(viewctr.at->c7, 0); | ||||
|   else if(prod) return product::get_at(viewctr.at->c7, product::current_view_level); | ||||
|   else return viewctr.at->c7; | ||||
|   } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue