mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-04 06:00:15 +00:00
(svn r22273) -Fix (r22271) [FS#4562]: fix was incorrect
This commit is contained in:
parent
f876cc1bd3
commit
b1901586a0
@ -784,7 +784,7 @@ static char *FormatString(char *buff, const char *str_arg, StringParameters *arg
|
||||
|
||||
default: {
|
||||
StringParameters tmp_params(*args, 1);
|
||||
buff = GetStringWithArgs(buff, cargo_str, args, last);
|
||||
buff = GetStringWithArgs(buff, cargo_str, &tmp_params, last);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user