File diff r26089:2283e9229bb0 → r26090:5a592dbf1c28
src/company_cmd.cpp
Show inline comments
 
@@ -1127,7 +1127,7 @@ CommandCost CmdRenamePresident(TileIndex
 
			c->president_name = text;
 

	
 
			if (c->name_1 == STR_SV_UNNAMED && c->name.empty()) {
 
				DoCommand(0, 0, 0, DC_EXEC, CMD_RENAME_COMPANY, text + " Transport");
 
				DoCommand(DC_EXEC, CMD_RENAME_COMPANY, 0, 0, 0, text + " Transport");
 
			}
 
		}