1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-19 04:29:09 +00:00

(svn r10298) -Fix [FS#903]: show the subdirectory below the default data directory in this filename in the newgrf list. The directory was removed in r9560 because then it used to full path instead of the path relative to the data directory, but since the inclusion of "search paths" that is not necessary anymore.

This commit is contained in:
rubidium
2007-06-23 21:12:09 +00:00
parent be35df3f03
commit 6402d00190
6 changed files with 8 additions and 21 deletions

View File

@@ -395,7 +395,6 @@ void ClientNetworkUDPSocketHandler::HandleIncomingNetworkGameInfoGRFConfig(GRFCo
config->status = GCS_NOT_FOUND;
} else {
config->filename = f->filename;
config->full_path = f->full_path;
config->name = f->name;
config->info = f->info;
}