Subversion Repositories spk

Rev

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

Rev 51 Rev 52
Line 180... Line 180...
180
	log->setLevel(4);
180
	log->setLevel(4);
181
 
181
 
182
	// load in the config file
182
	// load in the config file
183
	CFileIO configFile(CyStringFromSystemString(mydoc) + "/Egosoft/pluginmanager.dat");
183
	CFileIO configFile(CyStringFromSystemString(mydoc) + "/Egosoft/pluginmanager.dat");
184
	bool anyDirs = false;
184
	bool anyDirs = false;
185
	if ( configFile.Exists() )
185
	if ( configFile.exists() )
186
	{
186
	{
187
		std::vector<CyString> *readFile = configFile.ReadLines();
187
		std::vector<CyString> *readFile = configFile.ReadLines();
188
		if ( readFile )
188
		if ( readFile )
189
		{
189
		{
190
			for ( int i = 0; i < (int)readFile->size(); i++ )
190
			for ( int i = 0; i < (int)readFile->size(); i++ )