Changeset - r16795:abf8e859d56b
[Not reviewed]
master
0 1 0
smatz - 14 years ago 2010-12-18 22:50:46
smatz@openttd.org
(svn r21538) -Add: {INDUSTRY} can now have cases
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
src/table/strgen_tables.h
Show inline comments
 
@@ -68,8 +68,8 @@ static const CmdStruct _cmd_structs[] = 
 
	{"STRING5",         EmitSingleChar, SCC_STRING5,            6, C_CASE | C_GENDER}, // included string that consumes the string id and FIVE arguments
 

	
 
	{"STATIONFEATURES", EmitSingleChar, SCC_STATION_FEATURES,   1, C_NONE}, // station features string, icons of the features
 
	{"INDUSTRY",        EmitSingleChar, SCC_INDUSTRY_NAME,      1, C_NONE | C_GENDER}, // industry, takes an industry #
 
	{"CARGO",           EmitSingleChar, SCC_CARGO,              2, C_NONE | C_GENDER},
 
	{"INDUSTRY",        EmitSingleChar, SCC_INDUSTRY_NAME,      1, C_GENDER | C_CASE}, // industry, takes an industry #, can have cases
 
	{"CARGO",           EmitSingleChar, SCC_CARGO,              2, C_GENDER},
 
	{"POWER",           EmitSingleChar, SCC_POWER,              1, C_NONE},
 
	{"VOLUME",          EmitSingleChar, SCC_VOLUME,             1, C_NONE},
 
	{"VOLUME_S",        EmitSingleChar, SCC_VOLUME_SHORT,       1, C_NONE},
0 comments (0 inline, 0 general)