fix #GAINSECONDS not cached

This commit is contained in:
Glenn Maynard
2005-04-27 03:07:05 +00:00
parent a5ab1a5664
commit cad746ae8c
+3
View File
@@ -450,6 +450,9 @@ void Course::Save( CString sPath, bool bSavingCache )
f.PutLine( line ); f.PutLine( line );
} }
if( entry.fGainSeconds > 0 )
f.PutLine( ssprintf("#GAINSECONDS:%f;", entry.fGainSeconds) );
CString line; CString line;
switch( entry.type ) switch( entry.type )
{ {