mirror of
https://github.com/MCLCE/4JLibs.git
synced 2026-07-16 03:40:40 +00:00
fix 2 warnings
This commit is contained in:
@@ -107,7 +107,7 @@ void CForceFeedback::Tick(void)
|
||||
LinkedList::_LL_NODE* pTemp = pRumbleNode;
|
||||
pRumbleNode = pRumbleNode->m_Next;
|
||||
|
||||
delete pTemp->m_pvData;
|
||||
delete pTemp->GetDataAs<RUMBLE_EFFECT>();
|
||||
delete pTemp;
|
||||
}
|
||||
else
|
||||
|
||||
@@ -64,7 +64,7 @@ C4JStorage::ESaveGameState CSaveGame::GetSavesInfo(int iPad, int (*Func)(LPVOID
|
||||
if (h == INVALID_HANDLE_VALUE)
|
||||
{
|
||||
DWORD error = GetLastError();
|
||||
printf("Error finding save dirs: 0x%08x\n", error);
|
||||
printf("Error finding save dirs: 0x%08lx\n", error);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user