This commit is contained in:
Paul 2001-07-13 16:10:02 +00:00
parent a8ebe3b50f
commit 1269796a53

View file

@ -90,6 +90,8 @@ void CFrontEndNickLogo::unselect()
---------------------------------------------------------------------- */ ---------------------------------------------------------------------- */
void CFrontEndNickLogo::think(int _frames) void CFrontEndNickLogo::think(int _frames)
{ {
if(!CFader::isFading())
{
m_frameCount+=_frames; m_frameCount+=_frames;
if(m_frameCount>DISPLAY_FRAMES&!m_readyToExit) if(m_frameCount>DISPLAY_FRAMES&!m_readyToExit)
@ -97,6 +99,7 @@ void CFrontEndNickLogo::think(int _frames)
CFader::setFadingOut(); CFader::setFadingOut();
m_readyToExit=true; m_readyToExit=true;
} }
}
} }
/*---------------------------------------------------------------------- /*----------------------------------------------------------------------