mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-02-12 01:24:54 +00:00
(svn r22271) -Fix (r22258) [FS#4562]: cargo en-route display in station was broken
This commit is contained in:
parent
fd74c0f9dc
commit
dfd2899a88
@ -782,11 +782,11 @@ static char *FormatString(char *buff, const char *str_arg, StringParameters *arg
|
||||
break;
|
||||
}
|
||||
|
||||
default:
|
||||
/* Skip a single entry */
|
||||
args->GetInt64();
|
||||
default: {
|
||||
StringParameters tmp_params(*args, 1);
|
||||
buff = GetStringWithArgs(buff, cargo_str, args, last);
|
||||
break;
|
||||
}
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user