summaryrefslogtreecommitdiff
path: root/src/gfx_type.h
diff options
context:
space:
mode:
authorbelugas <belugas@openttd.org>2008-08-09 02:11:46 +0000
committerbelugas <belugas@openttd.org>2008-08-09 02:11:46 +0000
commitb71427370612b33584a7a8820489db15e06d81d7 (patch)
tree21bcddb917341b2d6b9e56064a35e05c915cec8d /src/gfx_type.h
parent812ab1279ad4218884e40d5c2115c2a5868c9484 (diff)
downloadopenttd-b71427370612b33584a7a8820489db15e06d81d7.tar.xz
(svn r14027) -Codechange: Document a bit the DoDrawString function while removing yet som more magic numbers and one "false" colour
Diffstat (limited to 'src/gfx_type.h')
-rw-r--r--src/gfx_type.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gfx_type.h b/src/gfx_type.h
index 87785343b..6128fdc9b 100644
--- a/src/gfx_type.h
+++ b/src/gfx_type.h
@@ -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 */