mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-09 15:41:15 +00:00
This commit is contained in:
parent
250cf4f153
commit
1df7b21ee3
@ -2568,6 +2568,8 @@ struct SurveyResultTextfileWindow : public TextfileWindow {
|
||||
|
||||
SurveyResultTextfileWindow(TextfileType file_type) : TextfileWindow(file_type)
|
||||
{
|
||||
this->ConstructWindow();
|
||||
|
||||
auto result = _survey.CreatePayload(NetworkSurveyHandler::Reason::PREVIEW, true);
|
||||
this->LoadText(result);
|
||||
this->InvalidateData();
|
||||
|
Loading…
Reference in New Issue
Block a user