forked from mirror/OpenTTD
(svn r14027) -Codechange: Document a bit the DoDrawString function while removing yet som more magic numbers and one "false" colour
This commit is contained in:
@@ -214,6 +214,7 @@ enum TextColour {
|
||||
TC_GREY = 0x0E,
|
||||
TC_DARK_BLUE = 0x0F,
|
||||
TC_BLACK = 0x10,
|
||||
TC_INVALID = 0xFF,
|
||||
};
|
||||
|
||||
/** Defines a few values that are related to animations using palette changes */
|
||||
|
Reference in New Issue
Block a user