Subversion Repositories spk

Rev

Rev 224 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 224 Rev 285
Line 96... Line 96...
96
		else
96
		else
97
			itr++;
97
			itr++;
98
	}
98
	}
99
	lines.erase(lines.begin());
99
	lines.erase(lines.begin());
100
 
100
 
101
	std::map<Utils::WString, int> fileSet;
101
	std::map<std::wstring, int> fileSet;
102
	int iPos = 0;
102
	int iPos = 0;
103
	for(itr = lines.begin(); itr != lines.end(); itr++)
103
	for(itr = lines.begin(); itr != lines.end(); itr++)
104
		fileSet[itr->token(L";", -2)] = iPos++;
104
		fileSet[itr->token(L";", -2)] = iPos++;
105
 
105
 
106
	// now cycle through ships and adjust the cockpits
106
	// now cycle through ships and adjust the cockpits