summaryrefslogtreecommitdiff
path: root/src/table/palettes.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-03-15 00:03:27 +0000
committerrubidium <rubidium@openttd.org>2009-03-15 00:03:27 +0000
commitd72273d1f3b55df0e301408d630f24ef92ea8479 (patch)
tree0bd076e6c6e4e67a0dcb1e85656455c57793e42a /src/table/palettes.h
parent86a9df82b733db7c95ef1ffc659ec7d5f11fe755 (diff)
downloadopenttd-d72273d1f3b55df0e301408d630f24ef92ea8479.tar.xz
(svn r15717) -Cleanup: apply some documentation coding style upon the stuff in table/
Diffstat (limited to 'src/table/palettes.h')
-rw-r--r--src/table/palettes.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/table/palettes.h b/src/table/palettes.h
index 6a3320ec5..794b235ef 100644
--- a/src/table/palettes.h
+++ b/src/table/palettes.h
@@ -194,14 +194,14 @@ static const ExtraPaletteValues _extra_palette_values = {
};
#undef M
-// Colour table for colours in lang files (e.g. {BLACK})
+/* Colour table for colours in lang files (e.g. {BLACK}) */
struct StringColour {
byte text;
byte shadow;
};
static const StringColour _string_colourmap[][17] = {
- { /* DOS palette. */
+ { // DOS palette.
{ 150, 1 }, // TC_BLUE
{ 12, 1 }, // TC_SILVER
{ 189, 1 }, // TC_GOLD
@@ -220,7 +220,7 @@ static const StringColour _string_colourmap[][17] = {
{ 133, 1 }, // TC_DARK_BLUE
{ 1, 0 }, // TC_BLACK
},
- { /* Windows palette. */
+ { // Windows palette.
{ 150, 215 }, // TC_BLUE
{ 12, 215 }, // TC_SILVER
{ 189, 215 }, // TC_GOLD