Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 299 → Rev 300

/programs/games/doom/trunk/w_wad.c
515,6 → 515,7
return W_CacheLumpNum (W_GetNumForName(name), tag);
}
 
#if 0
 
//
// W_Profile
567,14 → 568,14
for ( ; j<8 ; j++)
name[j] = ' ';
 
fprintf (f,"%s ",name);
printf ("%s ",name);
 
for (j=0 ; j<profilecount ; j++)
fprintf (f," %c",info[i][j]);
 
fprintf (f,"\n");
printf ("\n");
}
fclose (f);
}
 
 
#endif