1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-25 13:14:19 +01:00

(svn r23216) -Codechange: introduce the concept of having different tar lists

This commit is contained in:
rubidium
2011-11-14 21:28:43 +00:00
parent f600429424
commit 160294ff22
7 changed files with 61 additions and 48 deletions

View File

@@ -535,7 +535,7 @@ void ClientNetworkContentSocketHandler::AfterDownload()
if (this->curInfo->type == CONTENT_TYPE_BASE_MUSIC) {
/* Music can't be in a tar. So extract the tar! */
ExtractTar(GetFullFilename(this->curInfo, false));
ExtractTar(GetFullFilename(this->curInfo, false), GM_DIR);
unlink(GetFullFilename(this->curInfo, false));
}