This commit is contained in:
Daveo 2001-06-25 20:41:25 +00:00
parent 690a51d59d
commit c76bf22672
6 changed files with 25 additions and 12 deletions

View file

@ -79,7 +79,7 @@ static bool fmvPerFrameFunc()
---------------------------------------------------------------------- */
void CFrontEndFMVIntro::select()
{
// FMV_play(FMV_INTRO,&fmvPerFrameFunc);
FMV_play(FMV_INTRO,&fmvPerFrameFunc);
}
/*----------------------------------------------------------------------