This commit is contained in:
Glenn Maynard
2005-02-22 21:44:54 +00:00
parent b93a347be7
commit 350faf7e01
+1 -1
View File
@@ -125,7 +125,7 @@ void ScreenAttract::Update( float fDelta )
// showing. The background is loaded by the time of the first update.
if( AutoBeginFadingOut() )
{
BGAnimation &background = *SCREENMAN->m_pSharedBGA;
const Actor &background = *SCREENMAN->m_pSharedBGA;
float fTimeUntilBeginFadingOut = background.GetTweenTimeLeft() - m_Out.GetTweenTimeLeft();
if( fTimeUntilBeginFadingOut < 0 )
{