Remove unused variable

This commit is contained in:
Sestain 2026-03-17 20:10:13 +02:00
parent 99101b4c52
commit ac0b905280
No known key found for this signature in database
GPG key ID: B795AE483D124ED9

View file

@ -406,7 +406,6 @@ bool DLCManager::processDLCDataFile(DWORD &dwFilesProcessed, PBYTE pbData, DWORD
uiCurrentByte+=sizeof(int);
C4JStorage::DLC_FILE_PARAM *pParams = (C4JStorage::DLC_FILE_PARAM *)&pbData[uiCurrentByte];
//DWORD dwwchCount=0;
bool hasXMLVersion = false;
for(unsigned int i=0;i<uiParameterCount;i++)
{
pParams->dwType = bSwapEndian ? SwapInt32(pParams->dwType) : pParams->dwType;