mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-29 09:29:10 +00:00
Change: Increase cargo type limit to 64.
This commit is contained in:
@@ -1147,7 +1147,7 @@ static char *FormatString(char *buff, const char *str_arg, StringParameters *arg
|
||||
}
|
||||
|
||||
case SCC_CARGO_LIST: { // {CARGO_LIST}
|
||||
CargoTypes cmask = args->GetInt32(SCC_CARGO_LIST);
|
||||
CargoTypes cmask = args->GetInt64(SCC_CARGO_LIST);
|
||||
bool first = true;
|
||||
|
||||
const CargoSpec *cs;
|
||||
|
Reference in New Issue
Block a user