mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-30 21:42:59 +00:00 
			
		
		
		
	type color_t should now be consistently used for colors; reimplemented drawqueue in OO fashion
This commit is contained in:
		| @@ -544,7 +544,7 @@ namespace hr { namespace inv { | ||||
|         eLand pl = getPrizeLand(); | ||||
|         eOrbLandRelation olr = getOLR(which, pl); | ||||
|          | ||||
|         int col = 0; | ||||
|         color_t col = 0; | ||||
|         const char *fmsg = NULL; | ||||
|         if(olr == olrDangerous)  | ||||
|           col = 0xC00000, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue