Version abc60211

This commit is contained in:
Alan Mishchenko
2006-02-11 08:01:00 -08:00
parent c0ef1f469a
commit 77d7377442
72 changed files with 4426 additions and 2150 deletions
+1 -1
View File
@@ -314,7 +314,7 @@ void Map_ManPrintTimeStats( Map_Man_t * p )
void Map_ManPrintStatsToFile( char * pName, float Area, float Delay, int Time )
{
FILE * pTable;
pTable = fopen( "stats.txt", "a+" );
pTable = fopen( "map_stats.txt", "a+" );
fprintf( pTable, "%s ", pName );
fprintf( pTable, "%4.2f ", Area );
fprintf( pTable, "%4.2f ", Delay );