mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-20 00:41:12 +00:00
Loading the intro videos tira.imd and tirb.imd as early PreIMD
svn-id: r48235
This commit is contained in:
parent
c8d5f21010
commit
8191092c18
@ -131,7 +131,8 @@ bool Inter_Fascination::oFascin_copySprite(OpFuncParams ¶ms) {
|
||||
void Inter_Fascination::oFascin_playTirb(OpGobParams ¶ms) {
|
||||
warning("funcPlayImd with parameter : 'tirb.imd'");
|
||||
|
||||
if (_vm->_vidPlayer->primaryOpen("tirb", 128, 80)) {
|
||||
if (_vm->_vidPlayer->primaryOpen("tirb", 150, 88, VideoPlayer::kFlagFrontSurface,
|
||||
VideoPlayer::kVideoTypePreIMD, 128, 80)) {
|
||||
_vm->_vidPlayer->primaryPlay();
|
||||
_vm->_vidPlayer->primaryClose();
|
||||
}
|
||||
@ -140,7 +141,8 @@ void Inter_Fascination::oFascin_playTirb(OpGobParams ¶ms) {
|
||||
void Inter_Fascination::oFascin_playTira(OpGobParams ¶ms) {
|
||||
warning("funcPlayImd with parameter : 'tira.imd'");
|
||||
|
||||
if (_vm->_vidPlayer->primaryOpen("tira", 128, 80)) {
|
||||
if (_vm->_vidPlayer->primaryOpen("tira", 88, 66, VideoPlayer::kFlagFrontSurface,
|
||||
VideoPlayer::kVideoTypePreIMD, 128, 80)) {
|
||||
_vm->_vidPlayer->primaryPlay();
|
||||
_vm->_vidPlayer->primaryClose();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user