mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 05:52:59 +00:00 
			
		
		
		
	Palace walls in Terra
This commit is contained in:
		| @@ -3656,7 +3656,7 @@ void drawcell(cell *c, transmatrix V, int spinv, bool mirrored) { | ||||
|       else if(c->land == laRedRock) | ||||
|         qfloor(c, Vf, eoh ? shFloor[ct6] : shDesertFloor[ct6], darkena(fcol, fd, 0xFF)); | ||||
|  | ||||
|       else if(c->land == laPalace) | ||||
|       else if(c->land == laPalace || c->land == laTerracotta || c->land == laMercuryRiver) | ||||
|         qfloor(c, Vf, (eoh?shFloor:shPalaceFloor)[ct6], darkena(fcol, fd, 0xFF)); | ||||
|  | ||||
|       else { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue