1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-26 16:09:10 +00:00

(svn r23494) -Feature: [NewGRF] action14 node INFO->URL_ to add an url

This commit is contained in:
yexo
2011-12-11 12:55:04 +00:00
parent f3b78bf076
commit 7a7d9a7b6b
4 changed files with 27 additions and 0 deletions

View File

@@ -421,6 +421,9 @@ void ClientNetworkUDPSocketHandler::HandleIncomingNetworkGameInfoGRFConfig(GRFCo
config->info->Release();
config->info = f->info;
config->info->AddRef();
config->url->Release();
config->url = f->url;
config->url->AddRef();
}
SetBit(config->flags, GCF_COPY);
}