(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:
belugas
2008-08-09 02:11:46 +00:00
parent 788b625553
commit e3ea3c8fbe
3 changed files with 40 additions and 30 deletions

View File

@@ -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 */