This commit is contained in:
Paul 2001-07-18 14:59:15 +00:00
parent f65046ccb4
commit 15ab35a0ee

View File

@ -30,6 +30,10 @@
#include "system\vid.h" #include "system\vid.h"
#endif #endif
#ifndef __PAD_PADS_H__
#include "pad\pads.h"
#endif
/* Std Lib /* Std Lib
------- */ ------- */
@ -94,7 +98,8 @@ void CFrontEndNickLogo::think(int _frames)
{ {
m_frameCount+=_frames; m_frameCount+=_frames;
if(m_frameCount>DISPLAY_FRAMES&!m_readyToExit) if(!m_readyToExit&&
(PadGetDown(0)&(PAD_CROSS|PAD_START)||m_frameCount>DISPLAY_FRAMES))
{ {
CFader::setFadingOut(); CFader::setFadingOut();
m_readyToExit=true; m_readyToExit=true;