A fix to my fix to my fix. Sorry.

(Avoid uninitialized m_pFile when loading WADs.)
This commit is contained in:
comex 2013-09-01 17:15:16 -04:00
parent c092c65d4a
commit 71fde876df

View file

@ -220,6 +220,7 @@ u32 CWII_IPC_HLE_Device_es::OpenTitleContent(u32 CFD, u64 TitleID, u16 Index)
Access.m_Position = 0;
Access.m_pContent = pContent;
Access.m_TitleID = TitleID;
Access.m_pFile = NULL;
if (!pContent->m_pData)
{