It's fine to call Close() on a file which isn't open.
This commit is contained in:
@@ -275,7 +275,6 @@ void ScreenPackages::TweenOffScreen( )
|
|||||||
OFF_COMMAND( m_sprDLBG );
|
OFF_COMMAND( m_sprDLBG );
|
||||||
OFF_COMMAND( m_textStatus );
|
OFF_COMMAND( m_textStatus );
|
||||||
|
|
||||||
if ( m_fOutputFile.IsOpen() )
|
|
||||||
m_fOutputFile.Close();
|
m_fOutputFile.Close();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user