mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 14:02:59 +00:00 
			
		
		
		
	fixed mine colors in ASCII
This commit is contained in:
		| @@ -516,8 +516,11 @@ void celldrawer::setcolors() { | |||||||
|       // fallthrough |       // fallthrough | ||||||
|  |  | ||||||
|     case waMineOpen: |     case waMineOpen: | ||||||
|  |       if(wmblack || wmascii) { | ||||||
|  |         wcol &= 0xFEFEFE; | ||||||
|  |         wcol >>= 1; | ||||||
|  |         } | ||||||
|       fcol = wcol; |       fcol = wcol; | ||||||
|       if(wmblack || wmascii) fcol >>= 1, wcol >>= 1; |  | ||||||
|       break; |       break; | ||||||
|      |      | ||||||
|     case waCavewall: |     case waCavewall: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue