This commit is contained in:
parent
a8ebe3b50f
commit
1269796a53
1 changed files with 8 additions and 5 deletions
|
@ -89,6 +89,8 @@ void CFrontEndNickLogo::unselect()
|
||||||
Returns:
|
Returns:
|
||||||
---------------------------------------------------------------------- */
|
---------------------------------------------------------------------- */
|
||||||
void CFrontEndNickLogo::think(int _frames)
|
void CFrontEndNickLogo::think(int _frames)
|
||||||
|
{
|
||||||
|
if(!CFader::isFading())
|
||||||
{
|
{
|
||||||
m_frameCount+=_frames;
|
m_frameCount+=_frames;
|
||||||
|
|
||||||
|
@ -98,6 +100,7 @@ void CFrontEndNickLogo::think(int _frames)
|
||||||
m_readyToExit=true;
|
m_readyToExit=true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/*----------------------------------------------------------------------
|
/*----------------------------------------------------------------------
|
||||||
Function:
|
Function:
|
||||||
|
|
Loading…
Add table
Reference in a new issue