This commit is contained in:
parent
ec8a193146
commit
ff21bdcb8d
1 changed files with 5 additions and 0 deletions
|
@ -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();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue