This commit is contained in:
parent
ec8a193146
commit
ff21bdcb8d
@ -71,6 +71,9 @@
|
|||||||
#include "save\save.h"
|
#include "save\save.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef __GFX_FADER_H__
|
||||||
|
#include "gfx\fader.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/* Std Lib
|
/* Std Lib
|
||||||
@ -133,6 +136,8 @@ void CSceneSelector::init()
|
|||||||
m_currentSelection=0;
|
m_currentSelection=0;
|
||||||
m_state=STATE_INIT;
|
m_state=STATE_INIT;
|
||||||
m_countdown=2; // Need a couple of frames for the pad handler to wake up..
|
m_countdown=2; // Need a couple of frames for the pad handler to wake up..
|
||||||
|
|
||||||
|
CFader::setFadingIn();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user