Subversion Repositories spk

Rev

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

Rev 50 Rev 51
Line 590... Line 590...
590
					textFormat = "440001";
590
					textFormat = "440001";
591
 
591
 
592
				if ( p.ExtractGameFile(CyString("t/") + textFormat + ".pck", sTempDir + "/" + textFormat + ".xml", strNode->str) )
592
				if ( p.ExtractGameFile(CyString("t/") + textFormat + ".pck", sTempDir + "/" + textFormat + ".xml", strNode->str) )
593
				{
593
				{
594
					CFileIO Open(sTempDir + textFormat + ".xml");
594
					CFileIO Open(sTempDir + textFormat + ".xml");
595
					if ( Open.StartReadOld() )
595
					if ( Open.StartRead() )
596
					{
596
					{
597
						int donePage = (tcText) ? 3 : 2;
597
						int donePage = (tcText) ? 3 : 2;
598
						int inPage = 0;
598
						int inPage = 0;
599
						while ( !Open.AtEnd() )
599
						while ( !Open.AtEnd() )
600
						{
600
						{