m_iMusicBytes is unused

This commit is contained in:
Glenn Maynard
2003-09-02 20:21:55 +00:00
parent 26d830d9da
commit 028196e21d
2 changed files with 0 additions and 4 deletions
-3
View File
@@ -113,9 +113,6 @@ bool SMLoader::LoadFromSMFile( CString sPath, Song &out )
else if( 0==stricmp(sValueName,"MUSIC") )
out.m_sMusicFile = sParams[1];
else if( 0==stricmp(sValueName,"MUSICBYTES") )
out.m_iMusicBytes = atoi( sParams[1] );
else if( 0==stricmp(sValueName,"MUSICLENGTH") )
out.m_fMusicLengthSeconds = (float)atof( sParams[1] );