(svn r23805) -Add: {STRING6} and {STRING7}.
This commit is contained in:
@@ -65,11 +65,14 @@ enum StringControlCode {
|
||||
SCC_DATE_LONG,
|
||||
SCC_DATE_ISO,
|
||||
|
||||
/* Must be consecutive */
|
||||
SCC_STRING1,
|
||||
SCC_STRING2,
|
||||
SCC_STRING3,
|
||||
SCC_STRING4,
|
||||
SCC_STRING5,
|
||||
SCC_STRING6,
|
||||
SCC_STRING7,
|
||||
|
||||
SCC_ENCODED,
|
||||
|
||||
|
@@ -65,6 +65,8 @@ static const CmdStruct _cmd_structs[] = {
|
||||
{"STRING3", EmitSingleChar, SCC_STRING3, 4, C_CASE | C_GENDER}, // included string that consumes the string id and THREE arguments
|
||||
{"STRING4", EmitSingleChar, SCC_STRING4, 5, C_CASE | C_GENDER}, // included string that consumes the string id and FOUR arguments
|
||||
{"STRING5", EmitSingleChar, SCC_STRING5, 6, C_CASE | C_GENDER}, // included string that consumes the string id and FIVE arguments
|
||||
{"STRING6", EmitSingleChar, SCC_STRING6, 7, C_CASE | C_GENDER}, // included string that consumes the string id and SIX arguments
|
||||
{"STRING7", EmitSingleChar, SCC_STRING7, 8, C_CASE | C_GENDER}, // included string that consumes the string id and SEVEN arguments
|
||||
|
||||
{"STATION_FEATURES", EmitSingleChar, SCC_STATION_FEATURES, 1, C_NONE}, // station features string, icons of the features
|
||||
{"INDUSTRY", EmitSingleChar, SCC_INDUSTRY_NAME, 1, C_CASE | C_GENDER}, // industry, takes an industry #, can have cases
|
||||
|
Reference in New Issue
Block a user