This commit is contained in:
parent
66ef88538c
commit
db82702cef
2 changed files with 4 additions and 4 deletions
|
@ -167,7 +167,7 @@ void CFrontEndDemoMode::render()
|
|||
---------------------------------------------------------------------- */
|
||||
void CFrontEndDemoMode::think(int _frames)
|
||||
{
|
||||
if(!m_shuttingDown)
|
||||
if(!m_shuttingDown&&!CFader::isFading())
|
||||
{
|
||||
count+=_frames;
|
||||
if(PadGetDown(0)&PAD_START||count>60*20) // OR DEMO ENDED
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue