Add a last beat hint. The real last beat will be at least as long as the hint.

This commit is contained in:
Steve Checkoway
2006-09-02 22:22:57 +00:00
parent 9613079a92
commit b939bdec8e
4 changed files with 9 additions and 2 deletions
+3
View File
@@ -293,6 +293,9 @@ bool SMLoader::LoadFromSMFile( const RString &sPath, Song &out )
continue;
out.m_fMusicLengthSeconds = StringToFloat( sParams[1] );
}
else if( sValueName=="LASTBEATHINT" )
out.m_fSpecifiedLastBeat = StringToFloat( sParams[1] );
else if( sValueName=="MUSICBYTES" )
; /* ignore */