This commit is contained in:
Paul 2001-07-13 15:19:50 +00:00
parent ec8a193146
commit ff21bdcb8d

View File

@ -71,6 +71,9 @@
#include "save\save.h"
#endif
#ifndef __GFX_FADER_H__
#include "gfx\fader.h"
#endif
/* Std Lib
@ -133,6 +136,8 @@ void CSceneSelector::init()
m_currentSelection=0;
m_state=STATE_INIT;
m_countdown=2; // Need a couple of frames for the pad handler to wake up..
CFader::setFadingIn();
}