diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/table/strgen_tables.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/table/strgen_tables.h b/src/table/strgen_tables.h index e3024ba8f..b727992b7 100644 --- a/src/table/strgen_tables.h +++ b/src/table/strgen_tables.h @@ -67,7 +67,7 @@ static const CmdStruct _cmd_structs[] = { {"STATIONFEATURES", EmitSingleChar, SCC_STATION_FEATURES, 1, C_NONE}, // station features string, icons of the features {"INDUSTRY", EmitSingleChar, SCC_INDUSTRY_NAME, 1, C_NONE}, // industry, takes an industry # - {"CARGO", EmitSingleChar, SCC_CARGO, 2, C_NONE}, + {"CARGO", EmitSingleChar, SCC_CARGO, 1, C_NONE}, {"POWER", EmitSingleChar, SCC_POWER, 1, C_NONE}, {"VOLUME", EmitSingleChar, SCC_VOLUME, 1, C_NONE}, {"VOLUME_S", EmitSingleChar, SCC_VOLUME_SHORT, 1, C_NONE}, |