Subversion Repositories spk

Rev

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

Rev 111 Rev 112
Line 7420... Line 7420...
7420
	Utils::String sMainGame;
7420
	Utils::String sMainGame;
7421
	Utils::CStringList otherGames;
7421
	Utils::CStringList otherGames;
7422
 
7422
 
7423
	// now lets read the rest of the day
7423
	// now lets read the rest of the day
7424
	CyStringList listVaribles;
7424
	CyStringList listVaribles;
7425
	for ( Utils::SStringList *line = fileData.First(); line; line = fileData.Next() )
7425
	for ( Utils::SStringList *line = fileData.first(); line; line = fileData.next() )
7426
	{
7426
	{
7427
		Utils::String cmd = line->str.token(":", 1);
7427
		Utils::String cmd = line->str.token(":", 1);
7428
		Utils::String rest = line->str.tokens(":", 2).removeFirstSpace();
7428
		Utils::String rest = line->str.tokens(":", 2).removeFirstSpace();
7429
 
7429
 
7430
		if ( cmd.Compare("Varible") || cmd.Compare("Variable") )
7430
		if ( cmd.Compare("Varible") || cmd.Compare("Variable") )