Subversion Repositories spk

Rev

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

Rev 155 Rev 158
Line 625... Line 625...
625
		if ( pBaseFile->gameChanging() != -1 ) printf ( "Game Changing Rating: %d\n", pBaseFile->gameChanging() );
625
		if ( pBaseFile->gameChanging() != -1 ) printf ( "Game Changing Rating: %d\n", pBaseFile->gameChanging() );
626
		if ( pBaseFile->recommended() != -1 ) printf ( "Recommendation Rating: %d\n", pBaseFile->recommended() );
626
		if ( pBaseFile->recommended() != -1 ) printf ( "Recommendation Rating: %d\n", pBaseFile->recommended() );
627
		if ( pBaseFile->GetIcon() )
627
		if ( pBaseFile->GetIcon() )
628
		{
628
		{
629
			C_File *icon = pBaseFile->GetIcon();
629
			C_File *icon = pBaseFile->GetIcon();
630
			printf ( "Icon File Found, Type: %s, Size: %s\n", pBaseFile->GetIconExt().c_str(), icon->dataSizeString().c_str() );
630
			printf ( "Icon File Found, Type: %s, Size: %s\n", pBaseFile->iconExt().c_str(), icon->dataSizeString().c_str() );
631
		}
631
		}
632
 
632
 
633
		if ( pBaseFile->GetFileList()->size() )
633
		if ( pBaseFile->GetFileList()->size() )
634
		{
634
		{
635
			printf("\nListing files in package:\n");
635
			printf("\nListing files in package:\n");