remove extra code
This commit is contained in:
@@ -65,9 +65,6 @@ void BGAnimation::LoadFromAniDir( CString sAniDir )
|
||||
IniFile ini(sPathToIni);
|
||||
ini.ReadFile();
|
||||
|
||||
m_fLengthSeconds = -1;
|
||||
ini.GetValueF( "BGAnimation", "LengthSeconds", m_fLengthSeconds );
|
||||
|
||||
unsigned i;
|
||||
for( i=0; i<MAX_LAYERS; i++ )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user