mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 14:02:59 +00:00 
			
		
		
		
	removed double drawing of items in minimap
This commit is contained in:
		| @@ -808,7 +808,7 @@ bool drawItemType(eItem it, cell *c, const transmatrix& V, color_t icol, int pti | ||||
|     poly_outline = kind_outline(it); | ||||
|  | ||||
| #if MAXMDIM >= 4 | ||||
|   if(c && DIM == 3) addradar(V, iinf[it].glyph, icol, kind_outline(it)); | ||||
|   if(c && WDIM == 3) addradar(V, iinf[it].glyph, icol, kind_outline(it)); | ||||
| #endif | ||||
|    | ||||
|   if(DIM == 3 && mapeditor::drawUserShape(V, mapeditor::sgItem, it, darkena(icol, 0, 0xFF), c)) return false; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue