mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 14:02:59 +00:00 
			
		
		
		
	no more heptamarkers on Warped since they are denoted with colors anyway
This commit is contained in:
		| @@ -3863,7 +3863,7 @@ void drawcell(cell *c, transmatrix V, int spinv, bool mirrored) { | |||||||
|       if(pseudohept(c) && ( |       if(pseudohept(c) && ( | ||||||
|         c->land == laRedRock ||  |         c->land == laRedRock ||  | ||||||
|         vid.darkhepta || |         vid.darkhepta || | ||||||
|         (purehepta && (c->land == laClearing || isWarped(c))))) { |         (c->land == laClearing && purehepta))) { | ||||||
|         queuepoly((*Vdp), shHeptaMarker, wmblack ? 0x80808080 : 0x00000080); |         queuepoly((*Vdp), shHeptaMarker, wmblack ? 0x80808080 : 0x00000080); | ||||||
|         } |         } | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue