mirror of https://github.com/OpenTTD/OpenTTD
(svn r27378) -Codechange: Fix indentation of the table values, allow Doxygen to link to the TextColour enum.
parent
562c269770
commit
d818e1779c
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
/** @file string_colours.h The colour translation of GRF's strings. */
|
/** @file string_colours.h The colour translation of GRF's strings. */
|
||||||
|
|
||||||
/** Colour mapping for the TextColours. */
|
/** Colour mapping for #TextColour. */
|
||||||
static const byte _string_colourmap[17] = {
|
static const byte _string_colourmap[17] = {
|
||||||
150, // TC_BLUE
|
150, // TC_BLUE
|
||||||
12, // TC_SILVER
|
12, // TC_SILVER
|
||||||
|
|
Loading…
Reference in New Issue