File diff r23983:df915954bba4 → r23984:68c55dd06ad8
src/gfx_type.h
Show inline comments
 
@@ -267,6 +267,7 @@ enum TextColour {
 

	
 
	TC_IS_PALETTE_COLOUR = 0x100, ///< Colour value is already a real palette colour index, not an index of a StringColour.
 
	TC_NO_SHADE          = 0x200, ///< Do not add shading to this text colour.
 
	TC_FORCED            = 0x400, ///< Ignore colour changes from strings.
 
};
 
DECLARE_ENUM_AS_BIT_SET(TextColour)