mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-28 08:59:09 +00:00
Fix: GenerateCompanyName sends incorrect renaming event (#13794)
This commit is contained in:
@@ -431,6 +431,7 @@ bad_town_name:;
|
||||
if (c->president_name_1 == SPECSTR_PRESIDENT_NAME) {
|
||||
str = SPECSTR_ANDCO_NAME;
|
||||
strp = c->president_name_2;
|
||||
name = GetString(str, strp);
|
||||
goto set_name;
|
||||
} else {
|
||||
str = SPECSTR_ANDCO_NAME;
|
||||
|
Reference in New Issue
Block a user