Add a STRING8 format code

This commit is contained in:
Jonathan G Rennison
2021-11-24 02:10:42 +00:00
parent dd5d4c795b
commit a7094fec3b
4 changed files with 5 additions and 1 deletions

View File

@@ -70,6 +70,7 @@ static const CmdStruct _cmd_structs[] = {
{"STRING5", EmitSingleChar, SCC_STRING5, 6, -1, C_CASE | C_GENDER}, // included string that consumes the string id and FIVE arguments
{"STRING6", EmitSingleChar, SCC_STRING6, 7, -1, C_CASE | C_GENDER}, // included string that consumes the string id and SIX arguments
{"STRING7", EmitSingleChar, SCC_STRING7, 8, -1, C_CASE | C_GENDER}, // included string that consumes the string id and SEVEN arguments
{"STRING8", EmitSingleChar, SCC_STRING8, 9, -1, C_CASE | C_GENDER}, // included string that consumes the string id and EIGHT arguments
{"STATION_FEATURES", EmitSingleChar, SCC_STATION_FEATURES, 1, -1, C_NONE}, // station features string, icons of the features
{"INDUSTRY", EmitSingleChar, SCC_INDUSTRY_NAME, 1, -1, C_CASE | C_GENDER}, // industry, takes an industry #, can have cases