Subversion Repositories spk

Rev

Rev 84 | Rev 102 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 84 Rev 101
Line 14... Line 14...
14
}
14
}
15
 
15
 
16
bool CModDiff::LoadDirectory(const Utils::String &dir)
16
bool CModDiff::LoadDirectory(const Utils::String &dir)
17
{
17
{
18
	m_sCurrentDir = dir;
18
	m_sCurrentDir = dir;
19
	m_fileSystem.SetAddon(m_sAddon);
19
	m_fileSystem.setAddon(m_sAddon);
20
	return m_fileSystem.LoadFilesystem(dir, m_iMaxPatch);
20
	return m_fileSystem.LoadFilesystem(dir, m_iMaxPatch);
21
}
21
}
22
 
22
 
23
bool CModDiff::startDiff(const Utils::String &sModFile)
23
bool CModDiff::startDiff(const Utils::String &sModFile)
24
{
24
{