This commit is contained in:
parent
d73b78de7e
commit
09f0f53ff4
7 changed files with 35 additions and 21 deletions
|
@ -183,7 +183,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(OtPtr,MAX_OT); // Ensure no prims need the Prim Pool
|
||||
InitOTagR(BaseOtPtr,MAX_OT_ALL); // 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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue