diff options
author | rubidium <rubidium@openttd.org> | 2011-12-15 22:02:00 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2011-12-15 22:02:00 +0000 |
commit | fd559171b4ab5ce09b67aa8c4e9f2d0482a09558 (patch) | |
tree | 35469dedc14339858551f1c80ea4e049fc90d9f8 /src/table | |
parent | 3d88c74389ec978bb198415816364898963bb979 (diff) | |
download | openttd-fd559171b4ab5ce09b67aa8c4e9f2d0482a09558.tar.xz |
(svn r23527) -Codechange: unify colo(u)r as far as it goes
Diffstat (limited to 'src/table')
-rw-r--r-- | src/table/strgen_tables.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/table/strgen_tables.h b/src/table/strgen_tables.h index 12c9e17e4..ba852ed60 100644 --- a/src/table/strgen_tables.h +++ b/src/table/strgen_tables.h @@ -38,7 +38,7 @@ static const CmdStruct _cmd_structs[] = { {"TINY_FONT", EmitSingleChar, SCC_TINYFONT, 0, C_NONE}, {"BIG_FONT", EmitSingleChar, SCC_BIGFONT, 0, C_NONE}, - /* Colors */ + /* Colours */ {"BLUE", EmitSingleChar, SCC_BLUE, 0, C_NONE}, {"SILVER", EmitSingleChar, SCC_SILVER, 0, C_NONE}, {"GOLD", EmitSingleChar, SCC_GOLD, 0, C_NONE}, |