From ff21bdcb8db8109fa244c8e7c4657f9ddddebc83 Mon Sep 17 00:00:00 2001 From: Paul Date: Fri, 13 Jul 2001 15:19:50 +0000 Subject: [PATCH] --- source/paul/scenesel.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/paul/scenesel.cpp b/source/paul/scenesel.cpp index 1d8ce5db6..1e4ee8510 100644 --- a/source/paul/scenesel.cpp +++ b/source/paul/scenesel.cpp @@ -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(); }