summaryrefslogtreecommitdiff
path: root/src/gfx_type.h
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2015-07-26 09:47:17 +0000
committerfrosch <frosch@openttd.org>2015-07-26 09:47:17 +0000
commit4830497f0bd448e8ce236ec6e7b5618b74e85ff7 (patch)
tree4f2ab0e63aa5723d985b800ce824738e38bb2e84 /src/gfx_type.h
parent3f58ed6b1d1562e4a8d7e4c00ecd788f53e1bf39 (diff)
downloadopenttd-4830497f0bd448e8ce236ec6e7b5618b74e85ff7.tar.xz
(svn r27340) -Fix [FS#6338]: Silence warning by moving _string_colourmap to a file no its own. (Cif)
Diffstat (limited to 'src/gfx_type.h')
-rw-r--r--src/gfx_type.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gfx_type.h b/src/gfx_type.h
index 57a7ca324..d25abff21 100644
--- a/src/gfx_type.h
+++ b/src/gfx_type.h
@@ -237,7 +237,7 @@ enum Colours {
};
template <> struct EnumPropsT<Colours> : MakeEnumPropsT<Colours, byte, COLOUR_BEGIN, COLOUR_END, INVALID_COLOUR, 4> {};
-/** Colour of the strings, see _string_colourmap in table/palettes.h or docs/ottd-colourtext-palette.png */
+/** Colour of the strings, see _string_colourmap in table/string_colours.h or docs/ottd-colourtext-palette.png */
enum TextColour {
TC_BEGIN = 0x00,
TC_FROMSTRING = 0x00,