Fix typo
This commit is contained in:
parent
5c17b1c767
commit
8c0534a055
@ -858,7 +858,7 @@ SMCResult CGameMasterReader::ReadSMC_LeavingSection(const SMCStates *states)
|
|||||||
if ((!m_HadEngine && !m_HadGame) ||
|
if ((!m_HadEngine && !m_HadGame) ||
|
||||||
(!m_HadEngine && m_MatchedGame) ||
|
(!m_HadEngine && m_MatchedGame) ||
|
||||||
(!m_HadGame && m_MatchedEngine) ||
|
(!m_HadGame && m_MatchedEngine) ||
|
||||||
(m_MatchedEngine && m_MatchedEngine))
|
(m_MatchedEngine && m_MatchedGame))
|
||||||
{
|
{
|
||||||
m_FileList->append(m_CurrentPath);
|
m_FileList->append(m_CurrentPath);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user