mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-05-27 11:54:05 +00:00
Merge branch 'main' into dec-2014
This commit is contained in:
commit
630b2a2bdb
10 changed files with 86 additions and 32 deletions
|
|
@ -384,7 +384,10 @@ DWORD DLCPack::getFileIndexAt(DLCManager::EDLCType type, const wstring &path, bo
|
|||
|
||||
bool DLCPack::hasPurchasedFile(DLCManager::EDLCType type, const wstring &path)
|
||||
{
|
||||
if(type == DLCManager::e_DLCType_All)
|
||||
// Patch all DLC to be "purchased"
|
||||
return true;
|
||||
|
||||
/*if(type == DLCManager::e_DLCType_All)
|
||||
{
|
||||
app.DebugPrintf("Unimplemented\n");
|
||||
#ifndef _CONTENT_PACKAGE
|
||||
|
|
@ -408,7 +411,7 @@ bool DLCPack::hasPurchasedFile(DLCManager::EDLCType type, const wstring &path)
|
|||
{
|
||||
//purchased
|
||||
return true;
|
||||
}
|
||||
}*/
|
||||
}
|
||||
|
||||
void DLCPack::UpdateLanguage()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue