Changeset - r18119:dc41d0cd75fa
[Not reviewed]
master
0 1 0
frosch - 13 years ago 2011-09-23 18:40:54
frosch@openttd.org
(svn r22954) -Feature: [NewGRF] Allow Action4 to change text IDs 0x00D1 to 0x00E0 for feature 48.
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/newgrf_text.cpp
Show inline comments
 
@@ -66,6 +66,7 @@ StringID TTDPStringIDToOTTDStringIDMappi
 
	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
0 comments (0 inline, 0 general)