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:
@@ -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));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user