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
commite3ea3c8fbee464ec5016f6b80f05370a1d864afc (patch)
tree21bcddb917341b2d6b9e56064a35e05c915cec8d /src/gfx_type.h
parent788b625553f5a5f09d16a36c6d033ac71856892b (diff)
downloadopenttd-e3ea3c8fbee464ec5016f6b80f05370a1d864afc.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 */