mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-22 18:02:05 +00:00
Trigger videos for OmniTV in FF
svn-id: r21978
This commit is contained in:
parent
d832f69f4c
commit
2a0ba88aef
@ -85,6 +85,12 @@ bool MoviePlayer::load(const char *filename) {
|
|||||||
void MoviePlayer::play() {
|
void MoviePlayer::play() {
|
||||||
uint32 tag;
|
uint32 tag;
|
||||||
|
|
||||||
|
// Load OmniTV video
|
||||||
|
if (_vm->getBitFlag(40)) {
|
||||||
|
_vm->_variableArray[254] = 6747;
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
if (_fd.isOpen() == false) {
|
if (_fd.isOpen() == false) {
|
||||||
debug(0, "MoviePlayer::play: No file loaded");
|
debug(0, "MoviePlayer::play: No file loaded");
|
||||||
return;
|
return;
|
||||||
|
@ -137,6 +137,7 @@ class Debugger;
|
|||||||
|
|
||||||
class SimonEngine : public Engine {
|
class SimonEngine : public Engine {
|
||||||
friend class Debugger;
|
friend class Debugger;
|
||||||
|
friend class MoviePlayer;
|
||||||
|
|
||||||
void errorString(const char *buf_input, char *buf_output);
|
void errorString(const char *buf_input, char *buf_output);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user