From 350faf7e01204a6ecf7ea19134fd3f5eff98ad3b Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Tue, 22 Feb 2005 21:44:54 +0000 Subject: [PATCH] cleanup --- stepmania/src/ScreenAttract.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/ScreenAttract.cpp b/stepmania/src/ScreenAttract.cpp index c385814f75..8bb99810c1 100644 --- a/stepmania/src/ScreenAttract.cpp +++ b/stepmania/src/ScreenAttract.cpp @@ -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 ) {