use RageFile::PutLine

This commit is contained in:
Glenn Maynard
2003-12-04 04:27:14 +00:00
parent d5bc752e9d
commit 966d108817
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -138,7 +138,7 @@ void Bookkeeper::WriteToDisk()
for (int i=0; i<DAYS_PER_YEAR; ++i)
for (int j=0; j<HOURS_PER_DAY; ++j)
line += ssprintf( "%d ", m_iCoinsByHourForYear[i][j] );
file.PutString( line );
file.PutLine( line );
}
}