This commit is contained in:
Paul 2001-04-17 21:40:16 +00:00
parent 6453e168ee
commit e560dec50b
8 changed files with 71 additions and 81 deletions

View file

@ -16,7 +16,7 @@
Includes
-------- */
#include "frontend\fmvthq.h"
#include "frontend\fmvintro.h"
#ifndef __FMV_HEADER__
#include "fmv\fmv.h"
@ -60,7 +60,7 @@
Params:
Returns:
---------------------------------------------------------------------- */
bool fmvPerFrameFunc()
static bool fmvPerFrameFunc()
{
PadUpdate();
if(PadGetDown(0)&(PAD_START|PAD_CROSS))
@ -79,7 +79,7 @@ bool fmvPerFrameFunc()
---------------------------------------------------------------------- */
void CFrontEndFMVIntro::select()
{
FMV_play(FMV_THQ,&fmvPerFrameFunc);
FMV_play(FMV_INTRO,&fmvPerFrameFunc);
}
/*----------------------------------------------------------------------