mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-08-20 09:57:09 +00:00
Remove unused variable
This commit is contained in:
parent
99101b4c52
commit
ac0b905280
|
|
@ -406,7 +406,6 @@ bool DLCManager::processDLCDataFile(DWORD &dwFilesProcessed, PBYTE pbData, DWORD
|
||||||
uiCurrentByte+=sizeof(int);
|
uiCurrentByte+=sizeof(int);
|
||||||
C4JStorage::DLC_FILE_PARAM *pParams = (C4JStorage::DLC_FILE_PARAM *)&pbData[uiCurrentByte];
|
C4JStorage::DLC_FILE_PARAM *pParams = (C4JStorage::DLC_FILE_PARAM *)&pbData[uiCurrentByte];
|
||||||
//DWORD dwwchCount=0;
|
//DWORD dwwchCount=0;
|
||||||
bool hasXMLVersion = false;
|
|
||||||
for(unsigned int i=0;i<uiParameterCount;i++)
|
for(unsigned int i=0;i<uiParameterCount;i++)
|
||||||
{
|
{
|
||||||
pParams->dwType = bSwapEndian ? SwapInt32(pParams->dwType) : pParams->dwType;
|
pParams->dwType = bSwapEndian ? SwapInt32(pParams->dwType) : pParams->dwType;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue