mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-10 12:55:24 +00:00
Fascination - Partially fix the intro
svn-id: r47763
This commit is contained in:
parent
aaf756e736
commit
5507cb6247
@ -111,20 +111,19 @@ void Inter_Fascination::setupOpcodesGob() {
|
||||
void Inter_Fascination::oFascin_playTirb(OpGobParams ¶ms) {
|
||||
warning("funcPlayImd with parameter : 'tirb.imd'");
|
||||
|
||||
if (_vm->_vidPlayer->primaryOpen("tirb.imd")) {
|
||||
if (_vm->_vidPlayer->primaryOpen("tirb", 128, 80)) {
|
||||
_vm->_vidPlayer->primaryPlay();
|
||||
_vm->_vidPlayer->primaryClose();
|
||||
}
|
||||
_vm->_draw->closeScreen();
|
||||
}
|
||||
|
||||
void Inter_Fascination::oFascin_playTira(OpGobParams ¶ms) {
|
||||
warning("funcPlayImd with parameter : 'tira.imd'");
|
||||
if (_vm->_vidPlayer->primaryOpen("tira.imd")) {
|
||||
|
||||
if (_vm->_vidPlayer->primaryOpen("tira", 128, 80)) {
|
||||
_vm->_vidPlayer->primaryPlay();
|
||||
_vm->_vidPlayer->primaryClose();
|
||||
}
|
||||
_vm->_draw->closeScreen();
|
||||
}
|
||||
|
||||
void Inter_Fascination::oFascin_loadExtasy(OpGobParams ¶ms) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user