This commit is contained in:
Daveo 2001-05-12 17:24:44 +00:00
parent f2e64f6401
commit b9075b5399
20 changed files with 36 additions and 26 deletions

View file

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