This commit is contained in:
Daveo 2001-08-13 16:30:57 +00:00
parent 05c4b14dc2
commit 773be8ef74
3 changed files with 16 additions and 21 deletions

View file

@ -182,7 +182,7 @@ static int HasInit=0;
// Cos it uses prim pool, best check its big enough
CdReadyCallback(0); // clear it in case XA is being naughty
ASSERT(PRIMPOOL_SIZE>FMVWidth*(FMVHeight+1));
InitOTagR(BaseOtPtr,MAX_OT_ALL); // Ensure no prims need the Prim Pool
InitOTagR(OtPtr,MAX_OT); // Ensure no prims need the Prim Pool
SYSTEM_DBGMSG("[FMV] Playing fmv %d ( fid:%d )",fmvNumber,s_fmvData[fmvNumber].m_filename);
startSector=CFileIO::GetFilePos(s_fmvData[fmvNumber].m_filename);