This commit is contained in:
Paul 2001-08-07 15:16:54 +00:00
parent d3d7f97b41
commit 8aeb35d3ae
3 changed files with 18 additions and 9 deletions

View file

@ -22,6 +22,9 @@
#include "fmv\fmv.h"
#endif
#ifndef __VID_HEADER_
#include "system\vid.h"
#endif
#ifndef __GFX_FADER_H__
#include "gfx\fader.h"
@ -79,6 +82,7 @@ static bool fmvPerFrameFunc()
---------------------------------------------------------------------- */
void CFrontEndFMVIntro::select()
{
StopLoad();
FMV_play(FMV_INTRO,&fmvPerFrameFunc);
}