Subversion Repositories spk

Rev

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

Rev 58 Rev 78
Line 431... Line 431...
431
			pTextList->parseTextFile(iFromPage, iToPage, sTo, lang);
431
			pTextList->parseTextFile(iFromPage, iToPage, sTo, lang);
432
		}
432
		}
433
	}
433
	}
434
}
434
}
435
 
435
 
436
void CVirtualFileSystem::clearMods()
436
void CVirtualFileSystem::clearMods(bool bIncludeStandard)
437
{
437
{
-
 
438
	if ( bIncludeStandard ) {
438
	if ( m_pTexts ) delete m_pTexts;
439
		if ( m_pTexts ) delete m_pTexts;
439
	m_pTexts = new CTextDB();
440
		m_pTexts = new CTextDB();
-
 
441
	}
-
 
442
 
440
	if ( m_pModTexts ) delete m_pModTexts;
443
	if ( m_pModTexts ) delete m_pModTexts;
441
	m_pModTexts = new CTextDB();
444
	m_pModTexts = new CTextDB();
442
}
445
}
443
 
446
 
444
bool CVirtualFileSystem::loadShipData(CyStringList *list)
447
bool CVirtualFileSystem::loadShipData(CyStringList *list)