diff options
author | frosch <frosch@openttd.org> | 2011-09-23 18:40:54 +0000 |
---|---|---|
committer | frosch <frosch@openttd.org> | 2011-09-23 18:40:54 +0000 |
commit | f65a1bd84760108390ee0c86b18b6400a05b4887 (patch) | |
tree | ff77fb5805b4a8737f984da73675a266f07e3eb0 /src/newgrf_text.cpp | |
parent | cda4139d87d78988e4b569a83879f57423760e1c (diff) | |
download | openttd-f65a1bd84760108390ee0c86b18b6400a05b4887.tar.xz |
(svn r22954) -Feature: [NewGRF] Allow Action4 to change text IDs 0x00D1 to 0x00E0 for feature 48.
Diffstat (limited to 'src/newgrf_text.cpp')
-rw-r--r-- | src/newgrf_text.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/newgrf_text.cpp b/src/newgrf_text.cpp index c086bae9a..bd820e0c6 100644 --- a/src/newgrf_text.cpp +++ b/src/newgrf_text.cpp @@ -66,6 +66,7 @@ StringID TTDPStringIDToOTTDStringIDMapping(StringID str) if (str >= 0x004E && str <= 0x006D) return units_volume[str - 0x004E]; TEXTID_TO_STRINGID(0x006E, 0x008D, STR_QUANTITY_NOTHING); TEXTID_TO_STRINGID(0x008E, 0x00AD, STR_ABBREV_NOTHING); + TEXTID_TO_STRINGID(0x00D1, 0x00E0, STR_COLOUR_DARK_BLUE); /* Map building names according to our lang file changes. There are several * ranges of house ids, all of which need to be remapped to allow newgrfs |