Use standard counters in DLC manager

This commit is contained in:
notmatthewbeshay
2026-03-11 02:46:44 +11:00
parent 68661e1d44
commit 6556b316dc
6 changed files with 35 additions and 35 deletions

View File

@@ -59,7 +59,7 @@ void TexturePackRepository::addDebugPacks()
{
wprintf(L"Pack \"%ls\" is not installed, so adding it\n", L"DLCTestPack");
pack = new DLCPack(L"DLCTestPack",0xffffffff);
DWORD dwFilesProcessed = 0;
unsigned int dwFilesProcessed = 0;
if( app.m_dlcManager.readDLCDataFile(dwFilesProcessed, "GAME:\\DummyTexturePack\\TexturePack.pck",pack))
{
// 4J Stu - Don't need to do this, as the readDLCDataFile now adds texture packs