SCUMM: Add support for Bink video

This commit is contained in:
Matthew Hoops 2011-07-02 16:37:41 -04:00
parent fffe7a9cc0
commit 9374215789
2 changed files with 50 additions and 20 deletions

View file

@ -704,8 +704,8 @@ void ScummEngine_v99he::resetScummVars() {
VAR(VAR_NUM_UNK) = _numUnk;
if (_game.heversion >= 100 && (_game.features & GF_16BIT_COLOR)) {
// Disable Bink and Smacker video in 16bit color games
VAR(140) = 0;
// Enable Bink and Smacker video in 16bit color games
VAR(140) = 1;
}
}
#endif